Open nicolapace opened 1 month ago
In case of passwordless login the code flow enters in the if statement and transport.auth_none(username) is called without a try-except resulting in errors in case of password-less login.
transport.auth_none(username)
In case of passwordless login the code flow enters in the if statement and
transport.auth_none(username)
is called without a try-except resulting in errors in case of password-less login.