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