conteneurisation de l'appli
This commit is contained in:
@ -10,23 +10,17 @@
|
||||
<div class="alert alert-danger">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
|
||||
{% endif %}
|
||||
|
||||
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
|
||||
<h1 class="h3 mb-3 font-weight-normal">Se connecter</h1>
|
||||
<label for="inputEmail">Email</label>
|
||||
<input type="email" value="{{ last_username }}" name="email" id="inputEmail" class="form-control" required autofocus>
|
||||
<label for="inputPassword">Password</label>
|
||||
<label for="inputPassword">Mot de passe</label>
|
||||
<input type="password" name="password" id="inputPassword" class="form-control" required>
|
||||
|
||||
<input type="hidden" name="_csrf_token"
|
||||
value="{{ csrf_token('authenticate') }}"
|
||||
>
|
||||
{# <div class="checkbox mb-3">#}
|
||||
{# <label>#}
|
||||
{# <input type="checkbox" name="_remember_me"> Remember me#}
|
||||
{# </label>#}
|
||||
{# </div>#}
|
||||
|
||||
<button class="btn btn-lg btn-primary" type="submit">
|
||||
Sign in
|
||||
<button class="btn btn-lg btn-primary mt-3" type="submit">
|
||||
Valider
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user