Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()">
|
||||
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()" autocomplete="off">
|
||||
<p>
|
||||
<mat-form-field>
|
||||
<mat-label>Firstname</mat-label>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()">
|
||||
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()" autocomplete="off">
|
||||
<p>
|
||||
<mat-form-field>
|
||||
<mat-label>Username</mat-label>
|
||||
|
||||
Reference in New Issue
Block a user