From 42f487493d10f6941b3edf458b9205a107fc4bb3 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 31 Mar 2021 21:24:11 -0400 Subject: [PATCH] reverting test --- lib/shift73k_web/templates/user_session/new.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shift73k_web/templates/user_session/new.html.eex b/lib/shift73k_web/templates/user_session/new.html.eex index 03388240..f21f72b7 100644 --- a/lib/shift73k_web/templates/user_session/new.html.eex +++ b/lib/shift73k_web/templates/user_session/new.html.eex @@ -5,7 +5,7 @@ <%= icon_div @conn, "bi-door-open", [class: "icon baseline"] %> Log in - <%#

Who goes there?

%> +

Who goes there?

<%= form_for @conn, Routes.user_session_path(@conn, :create), [as: :user, class: "needs-validation", novalidate: true], fn f -> %> <%= if @error_message do %>