mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
remove deprecated jwt bearer authentication method
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Bit.Core.Identity
|
||||
&& user.TwoFactorProvider.HasValue
|
||||
&& user.TwoFactorProvider.Value == TwoFactorProviderType.Authenticator
|
||||
&& !string.IsNullOrWhiteSpace(user.AuthenticatorKey);
|
||||
|
||||
|
||||
return Task.FromResult(canGenerate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user