Added page to change own password

This commit is contained in:
2020-11-01 12:10:20 +01:00
parent 652e3086d5
commit f5869bfc3b
3 changed files with 109 additions and 26 deletions

View File

@@ -77,7 +77,6 @@
.dialog label {
display: flex;
margin-bottom: 1em;
align-items: center;
}
@@ -112,6 +111,7 @@
{{ end }}
<hr/>
<span><a href="my-shares">My Shares</a></span>
<span><a href="change-password">Change Password</a></span>
<hr/>
<span><a href="logout">Logout</a></span>
{{ end }}