Martin Stenröse
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/static/templates/admin/login.hbs
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
<small>Please provide it below:</small> |
|
|
|
|
|
|
|
<form class="form-inline" method="post" action="{{urlpath}}/admin"> |
|
|
|
<input type="password" autocomplete="password" class="form-control w-50 mr-2" name="token" placeholder="Enter admin token" autofocus="autofocus"> |
|
|
|
<input type="password" autocomplete="password" class="form-control w-50 mr-2" name="token" aria-label="Admin token" placeholder="Enter admin token" autofocus="autofocus"> |
|
|
|
{{#if redirect}} |
|
|
|
<input type="hidden" id="redirect" name="redirect" value="/{{redirect}}"> |
|
|
|
{{/if}} |
|
|
|
|