fix(register): fix nothing happening after registration (CAS-79) #198
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export class RegisterComponent {
|
|||
|
||||
constructor(
|
||||
private fb: FormBuilder,
|
||||
private authService: AuthService,
|
||||
private authService: AuthService
|
||||
) {
|
||||
this.registerForm = this.fb.group({
|
||||
email: ['', [Validators.required, Validators.email]],
|
||||
|
|
Reference in a new issue