mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix simple authenticator output
This commit is contained in:
parent
6fe51e258f
commit
729ff0a4c7
@ -37,7 +37,7 @@ class SimpleAuthenticator(Authenticator):
|
||||
if self._username is None:
|
||||
self._username = await ainput("Username: ")
|
||||
else:
|
||||
print(f"Username: {self.username}")
|
||||
print(f"Username: {self._username}")
|
||||
|
||||
if self._password is None:
|
||||
self._password = await agetpass("Password: ")
|
||||
|
Loading…
Reference in New Issue
Block a user