mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-04 00:05:07 +00:00
Set the password to None after successfully authorizing the user
This commit is contained in:
@@ -125,6 +125,7 @@ class Client:
|
||||
print("\n".join(terms.splitlines()), "\n")
|
||||
|
||||
self.user_id = self.authorize()
|
||||
self.password = None
|
||||
self.save_session()
|
||||
|
||||
self.rnd_id = self.session.msg_id
|
||||
|
Reference in New Issue
Block a user