diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:09:44 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:09:44 -0700 |
| commit | 83cd353b01660f34d6fd894d15a27fb1b3aeab4c (patch) | |
| tree | 992fd1ef0e412bb85dc97ef6668e9fe4e416c711 /html/account.html | |
| parent | 1b35cf3f1124b161ebde5e9e3a2c74c8ea2821d0 (diff) | |
Fix redirect issue
Diffstat (limited to 'html/account.html')
| -rwxr-xr-x | html/account.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/account.html b/html/account.html index ccba599..4c5b97d 100755 --- a/html/account.html +++ b/html/account.html @@ -20,7 +20,7 @@ <input class="toggle" type="checkbox" id="account"> <label class="username" for="account">{{username}}</label> <div class="menu"> - <a href="/profile?username={{profile}}">Profile</a> - <a href="/signout">Sign-out</a> + <a href="/profile/?username={{profile}}">Profile</a> + <a href="/signout/">Sign-out</a> </div> </div> |
