summarylogtreecommitdiffstats
path: root/0001-Set-Vault-BaseURL.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Set-Vault-BaseURL.patch')
-rw-r--r--0001-Set-Vault-BaseURL.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/0001-Set-Vault-BaseURL.patch b/0001-Set-Vault-BaseURL.patch
index e82463ff1644..e2e2f7ad5a71 100644
--- a/0001-Set-Vault-BaseURL.patch
+++ b/0001-Set-Vault-BaseURL.patch
@@ -1,9 +1,9 @@
-index f1b5b392..2bfc2f2e 100644
+index a92bf70c..cf5a4cb4 100644
--- a/src/app/services/services.module.ts
+++ b/src/app/services/services.module.ts
-@@ -120,20 +120,16 @@ const notificationsService = new NotificationsService(userService, syncService,
- const environmentService = new EnvironmentService(apiService, storageService, notificationsService);
+@@ -123,20 +123,16 @@ const environmentService = new EnvironmentService(apiService, storageService, no
const auditService = new AuditService(cryptoFunctionService, apiService);
+ const eventLoggingService = new EventLoggingService(storageService, apiService, userService, cipherService);
-const analytics = new Analytics(window, () => platformUtilsService.isDev() || platformUtilsService.isSelfHost(),
+const analytics = new Analytics(window, () => platformUtilsService.isDev() || platformUtilsService.isSelfHost() || true,
@@ -37,10 +37,10 @@ index 5560c476..a9b954a8 100644
}], [], (data: any) => {
this.ngZone.run(() => {
this.u2fListening = false;
-index 3df655fd..7e57cffe 100644
+index 2e1dbec9..2d9b635f 100644
--- a/src/scss/styles.scss
+++ b/src/scss/styles.scss
-@@ -1,5 +1,34 @@
+@@ -1,5 +1,31 @@
@import "../css/webfonts.css";
+/**** START Bitwarden_RS CHANGES ****/
@@ -59,9 +59,6 @@ index 3df655fd..7e57cffe 100644
+/* Hide Two-Factor menu in Organization settings */
+app-org-settings a[href$="/settings/two-factor"] { @extend %bwrs-hide; }
+
-+/* Hide 2FA Email button */
-+ul.list-group.list-group-2fa > li:nth-child(5) button { @extend %bwrs-hide; }
-+
+/* Hide organization plans */
+app-organization-plans > form > div.form-check { @extend %bwrs-hide; }
+app-organization-plans > form > h2.mt-5 { @extend %bwrs-hide; }