From 33db50565b92ce657221e9656089d36e9e182fb9 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 31 Mar 2021 21:21:00 -0400 Subject: [PATCH] testing --- 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 f21f72b7..03388240 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 %>