adapted new path names

This commit is contained in:
tracer 2022-11-01 15:57:31 +01:00
parent 2639421be8
commit af6ac9eee6
1 changed files with 8 additions and 4 deletions

View File

@ -27,14 +27,18 @@
<label for="inputPassword">Password</label>
<input type="password" name="password" id="inputPassword" class="form-control" required>
</div>
<div class="form-check mb-3">
<div class="form-check mx-3">
<label>
<input type="checkbox" name="_remember_me" class="form-check-input">Remember me
</label>
</div>
<button class="btn btn-lg btn-primary float-end" type="submit">
Sign in
</button>
<div>
<a href="{{ path('security_forgot_password') }}">Forgot password?</a>
<button class="btn btn-primary float-end" type="submit">
Sign in
</button>
</div>
<a href="{{ path('security_register') }}">Need an account? Register now.</a>
</form>
</div>
</div>