mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Update php/templates/login.twig
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
1ba0f1b7a3
commit
559101a308
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
<form method="POST" action="/api/auth/login" class="xhr">
|
<form method="POST" action="/api/auth/login" class="xhr">
|
||||||
<input type="password" autocomplete="current-password" name="password" placeholder="Password" id="master-password" oninput="showPassword('master-password')">
|
<input type="password" autocomplete="current-password" name="password" placeholder="Password" id="master-password" oninput="showPassword('master-password')">
|
||||||
|
|
||||||
|
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||||
<input type="submit" class="button" value="Log in" />
|
<input type="submit" class="button" value="Log in" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue