From ea0e72ac2bb1f059deb64b2d5533c68dafc64cbe Mon Sep 17 00:00:00 2001 From: JJTech0130 Date: Mon, 31 Jul 2023 16:45:45 -0400 Subject: [PATCH] bugfix --- ids/__init__.py | 1 + 1 file changed, 1 insertion(+) 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):