This commit is contained in:
DarkCat09 2022-09-23 17:21:17 +04:00
parent b58cfc65b5
commit 96ae523c40
3 changed files with 70 additions and 4 deletions

View file

@ -163,3 +163,6 @@ at = Client.from_hashed('username', my_passwd)
at.change_password_hashed(my_passwd, new_passwd)
```
## Two-Factor Authentication
...