mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
reorder options
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
9e26e24820
commit
ae1d14dbc5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
{% if is_login_allowed == true %}
|
{% if is_login_allowed == true %}
|
||||||
<p>Log in using your Nextcloud AIO password:</p>
|
<p>Log in using your Nextcloud AIO password:</p>
|
||||||
<form method="POST" action="/api/auth/login" class="xhr">
|
<form method="POST" action="/api/auth/login" class="xhr">
|
||||||
<input name="password" placeholder="Password" autocomplete="on" type="password" wfd-id="id0" id="Password" oninput="mirrorPassword()">
|
<input type="password" autocomplete="on" name="password" placeholder="Password" wfd-id="id0" id="Password" oninput="mirrorPassword()">
|
||||||
<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}}">
|
||||||
<a>Password: </a><a id="mirroredPassword"></a><br><br>
|
<a>Password: </a><a id="mirroredPassword"></a><br><br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue