diff --git a/http/account.html b/http/account.html
index 54966c4..356e54a 100644
--- a/http/account.html
+++ b/http/account.html
@@ -614,7 +614,7 @@ const init = async () => {
if (curhash === window.location.hash) {
return
}
- let h = window.location.hash
+ let h = decodeURIComponent(window.location.hash)
if (h !== '' && h.substring(0, 1) == '#') {
h = h.substring(1)
}