From 2419f602f3ac77e7c84ede7087720219afdaf515 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Fri, 28 Nov 2025 09:34:03 +0100 Subject: [PATCH] fixed errors in user page --- src/app/components/profil-form/profil-form.ts | 2 +- src/app/pages/user/user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/profil-form/profil-form.ts b/src/app/components/profil-form/profil-form.ts index 7d18b50..0af8777 100644 --- a/src/app/components/profil-form/profil-form.ts +++ b/src/app/components/profil-form/profil-form.ts @@ -33,7 +33,7 @@ export class ProfilForm { password: new FormControl(null, [Validators.required]) }) - user = input(null); + user = input(); constructor() { effect(() => { if (this.user()) { diff --git a/src/app/pages/user/user.html b/src/app/pages/user/user.html index c87acd1..7fadb44 100644 --- a/src/app/pages/user/user.html +++ b/src/app/pages/user/user.html @@ -5,7 +5,7 @@ (ok)="onModalOk()" (cancel)="onModalCancel()"> - +