From b7eae7d6ce7fcb359f80f86607e89c08ba5835e4 Mon Sep 17 00:00:00 2001 From: Tero Date: Sat, 29 Aug 2026 10:46:14 +0300 Subject: [PATCH] FIX login pwd lenght issue --- templates/auth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/auth.html b/templates/auth.html index 5c28cec..f2e5997 100644 --- a/templates/auth.html +++ b/templates/auth.html @@ -5,7 +5,7 @@
MEMBER ACCESS

{{ 'Join the circuit.' if mode == 'register' else 'Resume the signal.' }}

Accounts let you publish and maintain your own engineering notes.

- +

{% if mode == 'register' %}Already publishing? Sign in{% else %}New to the project? Create an account{% endif %}