mirror of
https://github.com/bitwarden/server.git
synced 2025-02-22 02:51:33 +01:00
Change UserVerificationRequirement to Discouraged (#1250)
This commit is contained in:
parent
022e404cc5
commit
10d9e6c687
@ -70,7 +70,7 @@ namespace Bit.Core.Identity
|
||||
AppID = CoreHelpers.U2fAppIdUrl(_globalSettings),
|
||||
};
|
||||
|
||||
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Preferred, exts);
|
||||
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Discouraged, exts);
|
||||
|
||||
provider.MetaData["login"] = options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user