mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
bugfix
This commit is contained in:
parent
5c592c9dee
commit
ea0e72ac2b
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class IDSUser:
|
|||
self._auth_keypair = auth_keypair
|
||||
self.user_id = user_id
|
||||
self.handles = handles
|
||||
self.current_handle = self.handles[0]
|
||||
|
||||
# This is a separate call so that the user can make sure the first part succeeds before asking for validation data
|
||||
def register(self, validation_data: str):
|
||||
|
|
Loading…
Reference in a new issue