diff --git a/ids/__init__.py b/ids/__init__.py index b0a74d2..7e561c4 100644 --- a/ids/__init__.py +++ b/ids/__init__.py @@ -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):