Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()">
|
<form [formGroup]="createForm" (ngSubmit)="onCreateSubmit()" autocomplete="off">
|
||||||
<p>
|
<p>
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-label>Firstname</mat-label>
|
<mat-label>Firstname</mat-label>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()">
|
<form [formGroup]="loginForm" (ngSubmit)="onLoginSubmit()" autocomplete="off">
|
||||||
<p>
|
<p>
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-label>Username</mat-label>
|
<mat-label>Username</mat-label>
|
||||||
|
|||||||
@@ -6,16 +6,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/* margin: 0; */
|
/* font-family: Roboto, "Helvetica Neue", sans-serif; */
|
||||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
min-height: 665px;
|
min-height: 665px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user