1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

support for setup of multiple u2f keys

This commit is contained in:
Kyle Spearrin
2018-10-08 14:23:30 -04:00
parent c6d6eecb43
commit 4aa75e9376
6 changed files with 184 additions and 74 deletions

View File

@@ -127,7 +127,7 @@ containerService.attachToWindow(window);
export function initFactory(): Function {
return async () => {
await (storageService as HtmlStorageService).init();
const isDev = platformUtilsService.isDev();
const isDev = true;
if (!isDev && platformUtilsService.isSelfHost()) {
environmentService.baseUrl = window.location.origin;
} else {