summaryrefslogtreecommitdiff
path: root/templates/api/register.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-18 03:24:01 -0500
committerLLLL Colonq <llll@colonq>2024-11-18 03:24:01 -0500
commit57e6b3735787f8136ad344a8d170dbf2981d0509 (patch)
tree188b2e03783ad5a022e5c7afc1fd55eae65116c4 /templates/api/register.html
parent315c440a96d38002c6ff9a1126b9bd2a6bbd6dd6 (diff)
Change mode configuration, added initial menu
Diffstat (limited to 'templates/api/register.html')
-rw-r--r--templates/api/register.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/api/register.html b/templates/api/register.html
index 00ccb0c..a589315 100644
--- a/templates/api/register.html
+++ b/templates/api/register.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="./main.css">
<script type="module">
CONFIG_SUBST
- globalThis.mode = 5;
+ globalThis.mode = "register";
</script>
<script type="module" src="./main.js"></script>
</head>