mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
local notifications URL
This commit is contained in:
parent
80febf97d3
commit
9ecec972ca
@ -132,7 +132,7 @@ export function initFactory(): Function {
|
|||||||
environmentService.baseUrl = window.location.origin;
|
environmentService.baseUrl = window.location.origin;
|
||||||
} else {
|
} else {
|
||||||
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
|
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
|
||||||
'https://notifications.bitwarden.com';
|
window.location.origin + '/notifications';
|
||||||
}
|
}
|
||||||
await apiService.setUrls({
|
await apiService.setUrls({
|
||||||
base: isDev ? null : window.location.origin,
|
base: isDev ? null : window.location.origin,
|
||||||
|
Loading…
Reference in New Issue
Block a user