diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-18 06:19:42 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-18 06:19:42 -0500 |
| commit | c4608b0526c0be835b6fa0321ae0f5cb6a8b619c (patch) | |
| tree | 6dd74d940538784f218e4671023b74d462f1aebf /templates/auth | |
| parent | 5b0cc776ae85cd68dee0da87302c4e3b180a5357 (diff) | |
Make error invisible
Diffstat (limited to 'templates/auth')
| -rw-r--r-- | templates/auth/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html index a67d2fe..1df658f 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -28,7 +28,7 @@ CONFIG_SUBST <input id="lcolonq-auth-submit" type="submit" value="log in now!!"> </form> </div> - <div id="lcolonq-auth-error"> + <div id="lcolonq-auth-error lcolonq-invisible"> login failed. either you used the wrong credentials or something is messed up on my end :3 </div> </div> |
