Skip to content
Snippets Groups Projects
Commit b6149034 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Added missing class in the authentication form to apply style properly

parent 4a650516
No related merge requests found
<form (ngSubmit)="submit()"
<form class="form-login"
(ngSubmit)="submit()"
[formGroup]="form" novalidate>
<label for="inputEmail" class="sr-only">{{"login.form.email" | translate}}</label>
<input id="inputEmail"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment