mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05: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),
|
AppID = CoreHelpers.U2fAppIdUrl(_globalSettings),
|
||||||
};
|
};
|
||||||
|
|
||||||
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Preferred, exts);
|
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Discouraged, exts);
|
||||||
|
|
||||||
provider.MetaData["login"] = options;
|
provider.MetaData["login"] = options;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user