From 4e715ab1e1053698c3eb02c13cc726ce9bd26667 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 16 Apr 2024 22:48:07 +0200 Subject: DB migration & timer token --- view/login.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/login.templ') diff --git a/view/login.templ b/view/login.templ index f8ea6e3..3450e01 100644 --- a/view/login.templ +++ b/view/login.templ @@ -13,7 +13,7 @@ templ LoginFormError(currentUser *model.User, err string) { if err != "" { - { err } + { err } }

-- cgit