diff options
| author | Pitu <[email protected]> | 2017-01-30 05:43:15 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 05:43:15 -0300 |
| commit | ec9de34cb34e333c1b60dbc9c0251a835095fdc6 (patch) | |
| tree | 778981ee88301a3395a485de65af09d8d04bdc73 /pages/panel.html | |
| parent | Fixed wrong error text (diff) | |
| download | host.fuwn.me-ec9de34cb34e333c1b60dbc9c0251a835095fdc6.tar.xz host.fuwn.me-ec9de34cb34e333c1b60dbc9c0251a835095fdc6.zip | |
Added changePassword
Diffstat (limited to 'pages/panel.html')
| -rw-r--r-- | pages/panel.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/panel.html b/pages/panel.html index a0860cc..e23f9b7 100644 --- a/pages/panel.html +++ b/pages/panel.html @@ -53,7 +53,8 @@ </ul> <p class="menu-label">Administration</p> <ul class="menu-list"> - <li><a id="itemTokens" onclick="panel.changeTokens()">Change your token</a></li> + <li><a id="itemTokens" onclick="panel.changeToken()">Change your token</a></li> + <li><a id="itemTokens" onclick="panel.changePassword()">Change your password</a></li> <li><a onclick="panel.logout()">Logout</a></li> </ul> </aside> |