mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Await result in tfa authenticate path
This commit is contained in:
parent
30be4e29fa
commit
66f0e398a1
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ class KitShibbolethLogin:
|
|||
"_eventId_proceed": "",
|
||||
"j_tokenNumber": tfa_token
|
||||
}
|
||||
return _post(session, url, data)
|
||||
return await _post(session, url, data)
|
||||
|
||||
@staticmethod
|
||||
def _login_successful(soup: BeautifulSoup) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue