mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-13 11:02:41 +02:00
Fix simple authenticator output
This commit is contained in:
@@ -37,7 +37,7 @@ class SimpleAuthenticator(Authenticator):
|
|||||||
if self._username is None:
|
if self._username is None:
|
||||||
self._username = await ainput("Username: ")
|
self._username = await ainput("Username: ")
|
||||||
else:
|
else:
|
||||||
print(f"Username: {self.username}")
|
print(f"Username: {self._username}")
|
||||||
|
|
||||||
if self._password is None:
|
if self._password is None:
|
||||||
self._password = await agetpass("Password: ")
|
self._password = await agetpass("Password: ")
|
||||||
|
Reference in New Issue
Block a user