Replies: 1 comment 7 replies
-
Does it work if you send TdApi.LogOut() instead? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say the user decided not to enter the password after QR code scan.
How to cancel current
AuthorizationStateWaitPassword
state?If I restart the app, I'll get
AuthorizationStateWaitPassword
state right from the startup.I can write some kind of hook that deletes session directory, and then I'll get
AuthorizationStateWaitOtherDeviceConfirmation
state, but is there a better variant?Beta Was this translation helpful? Give feedback.
All reactions