show user in show
restrict show actions
This commit is contained in:
@@ -25,7 +25,6 @@ export class NewComponent implements OnInit {
|
||||
|
||||
public async onCreate(): Promise<void> {
|
||||
this.form.updateValueAndValidity();
|
||||
console.log(this.form);
|
||||
if (this.form.valid) {
|
||||
try {
|
||||
await this.userService.createNewUser(this.form.value.email, this.form.value.name, this.form.value.password);
|
||||
|
||||
Reference in New Issue
Block a user