From 5e82184f6aa21782fca5c0b654963e07d29f1c61 Mon Sep 17 00:00:00 2001 From: Erwin-N Date: Sat, 21 Mar 2026 21:30:01 +0100 Subject: [PATCH] correct order --- .../user-account-registration-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.component.ts b/apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.component.ts index 9a9ccc59d..cbbe2d29c 100644 --- a/apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.component.ts +++ b/apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.component.ts @@ -8,8 +8,8 @@ import { ChangeDetectorRef, Component, CUSTOM_ELEMENTS_SCHEMA, - Inject, DestroyRef, + Inject, ViewChild } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';