From 11f636de51caf332b72187f2e42037dfb2f7097f Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 7 Feb 2025 11:52:10 +0100 Subject: [PATCH] Update apps/web/src/app/auth/settings/change-password.component.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> --- apps/web/src/app/auth/settings/change-password.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/auth/settings/change-password.component.ts b/apps/web/src/app/auth/settings/change-password.component.ts index ee1232010aa..9f04190fcc4 100644 --- a/apps/web/src/app/auth/settings/change-password.component.ts +++ b/apps/web/src/app/auth/settings/change-password.component.ts @@ -156,7 +156,7 @@ export class ChangePasswordComponent title: this.i18nService.t("errorOccurred"), message: this.i18nService.t("masterPasswordRequired"), }); - return false; + return; } this.loading = true;