This commit is contained in:
Sébastien André
2020-04-04 23:45:45 +02:00
parent 8f1ae14adf
commit 3fb3726986
3 changed files with 3 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>