mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01:00
Overwrite icon service url for prod (#1137)
This commit is contained in:
parent
d8a684da92
commit
361022fc26
@ -151,6 +151,7 @@ export function initFactory(): Function {
|
|||||||
} else {
|
} else {
|
||||||
environmentService.setUrls({
|
environmentService.setUrls({
|
||||||
base: window.location.origin,
|
base: window.location.origin,
|
||||||
|
icons: 'https://icons.bitwarden.net',
|
||||||
notifications: 'https://notifications.bitwarden.com',
|
notifications: 'https://notifications.bitwarden.com',
|
||||||
enterprise: 'https://portal.bitwarden.com',
|
enterprise: 'https://portal.bitwarden.com',
|
||||||
}, false);
|
}, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user