diff --git a/Backend/templates/user.templ b/Backend/templates/user.templ index 2542a1d..847016f 100644 --- a/Backend/templates/user.templ +++ b/Backend/templates/user.templ @@ -1,16 +1,10 @@ package templates templ LoginForm(failed bool){ - // {{ - // failedClass := "" - // if(failed){ - // failedClass = "border border-red-600" - // } - // }} @Style()