Overwrite icon service url for prod (#1137)

This commit is contained in:
Oscar Hinton 2021-08-19 10:13:35 +02:00 committed by GitHub
parent d8a684da92
commit 361022fc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ export function initFactory(): Function {
} else {
environmentService.setUrls({
base: window.location.origin,
icons: 'https://icons.bitwarden.net',
notifications: 'https://notifications.bitwarden.com',
enterprise: 'https://portal.bitwarden.com',
}, false);