mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix simple authenticator output
This commit is contained in:
parent
6fe51e258f
commit
729ff0a4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue