From 8d2849cb80144031bf68def74387cfc4c2ea6b3e Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:57:14 +0200 Subject: [PATCH] Migrate account dialogs to dedicated routes --- .../account-dialog-host/account-dialog-host.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/pages/accounts/account-dialog-host/account-dialog-host.component.ts b/apps/client/src/app/pages/accounts/account-dialog-host/account-dialog-host.component.ts index 79f151935..3734889a3 100644 --- a/apps/client/src/app/pages/accounts/account-dialog-host/account-dialog-host.component.ts +++ b/apps/client/src/app/pages/accounts/account-dialog-host/account-dialog-host.component.ts @@ -182,8 +182,6 @@ export class GfAccountDialogHostComponent implements OnDestroy, OnInit { } private isReadOnlyMode(user: User) { - // Mirrors the conditions under which the accounts page offers the creation - // and the modification of an account return ( !!this.impersonationStorageService.getId() || !!user?.settings?.isRestrictedView