mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
allow users to change lock options, default to 15 min
This commit is contained in:
@@ -115,6 +115,7 @@ containerService.attachToWindow(window);
|
||||
|
||||
export function initFactory(): Function {
|
||||
return async () => {
|
||||
await (storageService as HtmlStorageService).init();
|
||||
const isDev = platformUtilsService.isDev();
|
||||
if (!isDev && platformUtilsService.isSelfHost()) {
|
||||
environmentService.baseUrl = window.location.origin;
|
||||
|
||||
Reference in New Issue
Block a user