change order of change password and sign out
This commit is contained in:
@@ -79,6 +79,16 @@
|
|||||||
<div class="data-value">{{.Email}}</div>
|
<div class="data-value">{{.Email}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<button class="bottom_button" id="change_password_button">
|
||||||
|
<input
|
||||||
|
id="csrf_token_storage"
|
||||||
|
type="hidden"
|
||||||
|
name="csrf_token"
|
||||||
|
value="{{.CSRFToken}}"
|
||||||
|
/>
|
||||||
|
Change Password
|
||||||
|
</button>
|
||||||
|
|
||||||
<form action="/logout" method="POST" style="display: inline-block">
|
<form action="/logout" method="POST" style="display: inline-block">
|
||||||
<button class="bottom_button" id="signout_button">
|
<button class="bottom_button" id="signout_button">
|
||||||
<input
|
<input
|
||||||
@@ -90,16 +100,6 @@
|
|||||||
Sign Out
|
Sign Out
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button class="bottom_button" id="change_password_button">
|
|
||||||
<input
|
|
||||||
id="csrf_token_storage"
|
|
||||||
type="hidden"
|
|
||||||
name="csrf_token"
|
|
||||||
value="{{.CSRFToken}}"
|
|
||||||
/>
|
|
||||||
Change Password
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user