fixed errors in user page
This commit is contained in:
@@ -33,7 +33,7 @@ export class ProfilForm {
|
||||
password: new FormControl<string>(null, [Validators.required])
|
||||
})
|
||||
|
||||
user = input<GetUserDto | null>(null);
|
||||
user = input<GetUserDto>();
|
||||
constructor() {
|
||||
effect(() => {
|
||||
if (this.user()) {
|
||||
|
||||
Reference in New Issue
Block a user