完成注册页面

This commit is contained in:
2023-12-16 08:40:03 +00:00
parent 69e91157df
commit f1c95ea987
4 changed files with 269 additions and 2 deletions

View File

@ -161,7 +161,7 @@
<a href="/login">Login</a>
<a href="#" onclick="(async () => { await Request('logout'); await UpdateUserInfo(); })();">Logout</a>
<a href="#" onclick="localStorage.removeItem('session_token'); localStorage.removeItem('outhentication_key'); localStorage.removeItem('operation_count'); window.close();">Close Session</a>
<a href="#">Register</a>
<a href="/register">Register</a>
<a href="#">Change Password</a>
<a href="#">Admin Panel</a>
</div>