Closed sssoleileraaa closed 5 years ago
When the uesrname is missing and the user clicks "Sign In" the application crashes with this backtrace:
Traceback (most recent call last): File "freedomofpress/securedrop-client/securedrop_client/gui/widgets.py", line 1280, in validate self.controller.login(username, password, tfa_token) File "freedomofpress/securedrop-client/securedrop_client/logic.py", line 284, in login password, totp, self.proxy) TypeError: __init__() missing 1 required positional argument: 'totp'
Closing because this is no longer an issue.
it never was an issue except on my machine
Description
When the uesrname is missing and the user clicks "Sign In" the application crashes with this backtrace: