mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add operation value
This commit is contained in:
parent
9e8afa18b4
commit
109b9cc6a8
1 changed files with 3 additions and 0 deletions
3
src/ui/templates/profile.html
vendored
3
src/ui/templates/profile.html
vendored
|
|
@ -181,6 +181,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip() %}
|
|||
method="POST"
|
||||
autocomplete="off"
|
||||
>
|
||||
<input type="hidden" name="operation" value="username" />
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
@ -291,6 +292,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip() %}
|
|||
PASSWORD
|
||||
</h5>
|
||||
</div>
|
||||
<input type="hidden" name="operation" value="password" />
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
@ -499,6 +501,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip() %}
|
|||
{% if not is_totp %} TOTP is currently off {% else %} TOTP is currently on
|
||||
{% endif %}
|
||||
</h5>
|
||||
<input type="hidden" name="operation" value="totp" />
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
|
|||
Loading…
Reference in a new issue