diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-03 03:19:12 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-03 03:19:12 -0500 |
| commit | 8b365f8edd1fbbb23675deac8e4f949855cfb1c5 (patch) | |
| tree | 6848d84aea46fdb97fea3eb1c81e8886240050b2 | |
| parent | 8a89d8fe563e81715244ac2c76aed84811d5ce2e (diff) | |
Update auth
| -rw-r--r-- | templates/auth/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html index a198027..fbfa571 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -27,6 +27,7 @@ CONFIG_SUBST </div> <input id="lcolonq-auth-submit" type="submit" value="log in now!!"> </form> + <a href="https://api.colonq.computer/register">click here to register or reset password</a> </div> <div id="lcolonq-auth-error" class="lcolonq-invisible"> login failed. either you used the wrong credentials or something is messed up on my end :3 |
