include email + pw for frontend user editing

This commit is contained in:
Michael Shamoon
2023-01-03 08:29:36 -08:00
parent 1663450c1f
commit f1eecd146d
3 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ export class UserEditDialogComponent
getForm(): FormGroup {
return new FormGroup({
username: new FormControl(''),
email: new FormControl(''),
password: new FormControl(null),
first_name: new FormControl(''),
last_name: new FormControl(''),
is_active: new FormControl(true),