mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
u2f token provider
This commit is contained in:
@ -193,8 +193,10 @@ namespace Bit.Core.IdentityServer
|
||||
}
|
||||
else if(type == TwoFactorProviderType.U2f)
|
||||
{
|
||||
// TODO: U2F challenge
|
||||
return new Dictionary<string, object> { };
|
||||
return new Dictionary<string, object>
|
||||
{
|
||||
["Challenges"] = token
|
||||
};
|
||||
}
|
||||
return null;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user