mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
initiating u2f registration
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
public virtual NotificationHubSettings NotificationHub { get; set; } = new NotificationHubSettings();
|
||||
public virtual YubicoSettings Yubico { get; set; } = new YubicoSettings();
|
||||
public virtual DuoSettings Duo { get; set; } = new DuoSettings();
|
||||
public virtual U2fSettings U2f { get; set; } = new U2fSettings();
|
||||
|
||||
public class SqlServerSettings
|
||||
{
|
||||
@@ -91,5 +92,10 @@
|
||||
{
|
||||
public string AKey { get; set; }
|
||||
}
|
||||
|
||||
public class U2fSettings
|
||||
{
|
||||
public string AppId { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user