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