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