Fertig- next ist dashboard
This commit is contained in:
@@ -28,6 +28,8 @@ import { FormFieldComponent } from '../../../../shared/components/form/form-fiel
|
||||
export class LoginComponent {
|
||||
loginForm: FormGroup;
|
||||
|
||||
|
||||
|
||||
constructor(private fb: FormBuilder) {
|
||||
this.loginForm = this.fb.group({
|
||||
email: ['', [Validators.required, Validators.email]],
|
||||
|
||||
Reference in New Issue
Block a user