mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Remove the u2f lib (#1820)
This commit is contained in:
@ -19,6 +19,7 @@ namespace Bit.Setup
|
||||
Url = _context.Config.Url
|
||||
};
|
||||
|
||||
// Needed for backwards compatability with migrated U2F tokens.
|
||||
Helpers.WriteLine(_context, "Building FIDO U2F app id.");
|
||||
Directory.CreateDirectory("/bitwarden/web/");
|
||||
var template = Helpers.ReadTemplate("AppId");
|
||||
|
@ -88,10 +88,6 @@ server {
|
||||
proxy_pass http://web:5000/duo-connector.html;
|
||||
}
|
||||
|
||||
location = /u2f-connector.html {
|
||||
proxy_pass http://web:5000/u2f-connector.html;
|
||||
}
|
||||
|
||||
location = /webauthn-connector.html {
|
||||
proxy_pass http://web:5000/webauthn-connector.html;
|
||||
}
|
||||
|
Reference in New Issue
Block a user