summaryrefslogtreecommitdiff
path: root/static/register.js
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-30 12:59:21 -0500
committerDaniel Hader <[email protected]>2026-05-30 12:59:21 -0500
commitbcff4d006a0600ecf86f18ecdaa74e0df31766f0 (patch)
tree5889f48f0c7d348d0bfe6240ab5136cd710d4ce4 /static/register.js
parent929be68e691c1c4015fc6874111b19b9f5d68c02 (diff)
hardened login / logout flow
Diffstat (limited to 'static/register.js')
-rw-r--r--static/register.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/register.js b/static/register.js
index 09175d6..48f787f 100644
--- a/static/register.js
+++ b/static/register.js
@@ -40,7 +40,7 @@ function init() {
return;
}
- window.location.href = "index.html"
+ window.location.href = "index.html";
} catch (err) {
console.log(err);