mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
Fix patch file for v2.1.1
This commit is contained in:
parent
9511456ded
commit
039860f87e
@ -1,16 +1,15 @@
|
|||||||
--- a/src/app/services/services.module.ts
|
--- a/src/app/services/services.module.ts
|
||||||
+++ b/src/app/services/services.module.ts
|
+++ b/src/app/services/services.module.ts
|
||||||
@@ -114,10 +114,9 @@ containerService.attachToWindow(window);
|
@@ -119,10 +119,8 @@
|
||||||
|
|
||||||
export function initFactory(): Function {
|
export function initFactory(): Function {
|
||||||
return async () => {
|
return async () => {
|
||||||
|
await (storageService as HtmlStorageService).init();
|
||||||
- const isDev = platformUtilsService.isDev();
|
- const isDev = platformUtilsService.isDev();
|
||||||
- if (!isDev && platformUtilsService.isSelfHost()) {
|
- if (!isDev && platformUtilsService.isSelfHost()) {
|
||||||
- environmentService.baseUrl = window.location.origin;
|
- environmentService.baseUrl = window.location.origin;
|
||||||
- }
|
- }
|
||||||
+ const isDev = false;
|
+ const isDev = false;
|
||||||
+ environmentService.baseUrl = window.location.origin;
|
+ environmentService.baseUrl = window.location.origin;
|
||||||
+
|
|
||||||
await apiService.setUrls({
|
await apiService.setUrls({
|
||||||
base: isDev ? null : window.location.origin,
|
base: isDev ? null : window.location.origin,
|
||||||
api: isDev ? 'http://localhost:4000' : null,
|
api: isDev ? 'http://localhost:4000' : null,
|
||||||
|
Loading…
Reference in New Issue
Block a user