Ajout d'un thème général
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</mat-form-field>
|
||||
</p>
|
||||
|
||||
<button [disabled]="loading" mat-button>
|
||||
<button [disabled]="loading" mat-raised-button color="accent">
|
||||
<span *ngIf="loading" class="spinner-border spinner-border-sm mr-1"></span>
|
||||
Create user and login
|
||||
</button>
|
||||
|
||||
@@ -43,7 +43,7 @@ export class CreateUserComponent implements OnInit {
|
||||
lastname: ["", [Validators.required, Validators.minLength(3)]],
|
||||
email: ["", [Validators.required, Validators.email]]
|
||||
},
|
||||
{ updateOn: "submit" }
|
||||
{ updateOn: "blur" }
|
||||
);
|
||||
|
||||
// get return url from route parameters or default to '/'
|
||||
|
||||
Reference in New Issue
Block a user