mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
fixes for configuring u2f device
This commit is contained in:
@ -119,5 +119,11 @@ namespace Bit.Core.Utilities
|
||||
{
|
||||
return _epoc.AddMilliseconds(milliseconds);
|
||||
}
|
||||
|
||||
public static string U2fAppIdUrl(GlobalSettings globalSettings)
|
||||
{
|
||||
//return $"{globalSettings.BaseApiUri}app-id.json";
|
||||
return globalSettings.U2f.AppId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user