mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
[chore] Update jslib (#1415)
This commit is contained in:
@@ -75,7 +75,7 @@ export function initFactory(
|
||||
|
||||
const urls = process.env.URLS as Urls;
|
||||
urls.base ??= window.location.origin;
|
||||
environmentService.setUrls(urls, false);
|
||||
environmentService.setUrls(urls);
|
||||
|
||||
setTimeout(() => notificationsService.init(), 3000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user