From 361022fc2673c5f711a046df10d5096947f828e1 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 19 Aug 2021 10:13:35 +0200 Subject: [PATCH] Overwrite icon service url for prod (#1137) --- src/app/services/services.module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index 68b3384495..ad91964a8d 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -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);