diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-07-04 18:26:19 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-07-05 16:12:15 -0300 |
commit | bd25a726021192f13df509fb8e25ccacd50f43a7 (patch) | |
tree | 4b8fd9c2fdfe440222d1ac6607e375fb8e184579 /src/leap/crypto/srpauth.py | |
parent | decb04c3bf4b07815e901de64e04b1c1c6754e03 (diff) |
Remove unneeded username and password class members
Diffstat (limited to 'src/leap/crypto/srpauth.py')
-rw-r--r-- | src/leap/crypto/srpauth.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/crypto/srpauth.py b/src/leap/crypto/srpauth.py index 8f5fb3d3..0fe3bf5a 100644 --- a/src/leap/crypto/srpauth.py +++ b/src/leap/crypto/srpauth.py @@ -443,9 +443,6 @@ class SRPAuth(QtCore.QObject): # Store instance reference as the only member in the handle self.__dict__['_SRPAuth__instance'] = SRPAuth.__instance - self._username = None - self._password = None - def authenticate(self, username, password): """ Executes the whole authentication process for a user |