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()"> - +