diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-03 03:25:45 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-03 03:25:45 -0500 |
| commit | 11e9f419d4078a525063407c8054930b662bcef7 (patch) | |
| tree | 49879146a2c2f3c134ad2c26c6fd1b841c156f94 /templates/auth | |
| parent | 89f75a71dd936ba01030c5a097fa441e57abde5f (diff) | |
Fix auth
Diffstat (limited to 'templates/auth')
| -rw-r--r-- | templates/auth/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html index 3cc6f08..67e1460 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -28,9 +28,11 @@ CONFIG_SUBST <input id="lcolonq-auth-submit" type="submit" value="log in now!!"> </form> </div> - <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a> - <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 + <div id="lcolonq-auth-beneath"> + <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a> + <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 + </div> </div> </div> </body> |
