mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
TwoFactorProviders only for two factor response
This commit is contained in:
@@ -134,7 +134,6 @@ namespace Bit.Api.IdentityServer
|
||||
context.Result = new GrantValidationResult(TokenRequestErrors.InvalidGrant, "Two factor required.",
|
||||
new Dictionary<string, object>
|
||||
{
|
||||
{ "TwoFactorRequired", true },
|
||||
{ "TwoFactorProviders", providers }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user