diff --git a/allauth_ui/templates/account/login.html b/allauth_ui/templates/account/login.html index 2a9241b..02bcc0f 100644 --- a/allauth_ui/templates/account/login.html +++ b/allauth_ui/templates/account/login.html @@ -15,7 +15,7 @@
{{ redirect_field }} diff --git a/allauth_ui/templates/components/form.html b/allauth_ui/templates/components/form.html index 276f4b4..3b0c93e 100644 --- a/allauth_ui/templates/components/form.html +++ b/allauth_ui/templates/components/form.html @@ -9,7 +9,7 @@ {% for field in form.visible_fields %} {% if field.name != "remember" %} {% if field.errors %} {% render_field field placeholder="" class="w-full input input-bordered text-primary input-error" %}