diff --git a/patches/v2023.10.0.patch b/patches/v2023.10.0.patch index ee59897..c0254e2 100644 --- a/patches/v2023.10.0.patch +++ b/patches/v2023.10.0.patch @@ -39,24 +39,6 @@ index 97d065c689..7b07888eba 100644 this.showToast(message); break; case "setFullWidth": -diff --git a/apps/web/src/app/auth/settings/two-factor-authenticator.component.ts b/apps/web/src/app/auth/settings/two-factor-authenticator.component.ts -index 1687f366ff..6870ce8b27 100644 ---- a/apps/web/src/app/auth/settings/two-factor-authenticator.component.ts -+++ b/apps/web/src/app/auth/settings/two-factor-authenticator.component.ts -@@ -109,11 +109,11 @@ export class TwoFactorAuthenticatorComponent - new window.QRious({ - element: document.getElementById("qr"), - value: -- "otpauth://totp/Bitwarden:" + -+ "otpauth://totp/Vaultwarden:" + - Utils.encodeRFC3986URIComponent(email) + - "?secret=" + - encodeURIComponent(this.key) + -- "&issuer=Bitwarden", -+ "&issuer=Vaultwarden", - size: 160, - }); - }, 100); diff --git a/apps/web/src/app/billing/organizations/organization-billing-history-view.component.ts b/apps/web/src/app/billing/organizations/organization-billing-history-view.component.ts index 7f13f5e08f..53a0f80e6e 100644 --- a/apps/web/src/app/billing/organizations/organization-billing-history-view.component.ts @@ -194,19 +176,6 @@ index f171217d3c..4ff756e645 100644 await this.environmentService.setUrls(urls); // Workaround to ignore stateService.activeAccount until process.env.URLS are set // TODO: Remove this when implementing ticket PM-2637 -diff --git a/apps/web/src/app/core/router.service.ts b/apps/web/src/app/core/router.service.ts -index 82399d4e49..56e72cdcdb 100644 ---- a/apps/web/src/app/core/router.service.ts -+++ b/apps/web/src/app/core/router.service.ts -@@ -23,7 +23,7 @@ export class RouterService { - .subscribe((event: NavigationEnd) => { - this.currentUrl = event.url; - -- let title = i18nService.t("bitWebVault"); -+ let title = "Vaultwarden Web"; - - if (this.currentUrl.includes("/sm/")) { - title = i18nService.t("bitSecretsManager"); diff --git a/apps/web/src/app/core/web-platform-utils.service.ts b/apps/web/src/app/core/web-platform-utils.service.ts index ec829d71fb..f3a362d0e7 100644 --- a/apps/web/src/app/core/web-platform-utils.service.ts @@ -230,74 +199,6 @@ index ec829d71fb..f3a362d0e7 100644 } copyToClipboard(text: string, options?: any): void | boolean { -diff --git a/apps/web/src/app/layouts/footer.component.html b/apps/web/src/app/layouts/footer.component.html -index 8cacb4ceba..0504559697 100644 ---- a/apps/web/src/app/layouts/footer.component.html -+++ b/apps/web/src/app/layouts/footer.component.html -@@ -1,7 +1,9 @@ -