diff options
Diffstat (limited to 'templates/api/register.html')
| -rw-r--r-- | templates/api/register.html | 2 |
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> |
