mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fixed minor bug with PasswordAuthenticator
This commit is contained in:
@@ -30,7 +30,7 @@ namespace mRemoteNG.Security.Authentication
|
||||
authenticated = true;
|
||||
LastAuthenticatedPassword = password;
|
||||
}
|
||||
catch (EncryptionException)
|
||||
catch
|
||||
{
|
||||
password = AuthenticationRequestor?.Invoke();
|
||||
if (password == null || password.Length == 0) break;
|
||||
|
||||
Reference in New Issue
Block a user