brought session form validation in line with bootstrap styling

This commit is contained in:
Adam Piontek 2021-03-01 16:29:19 -05:00
commit ccb67ea3f2
4 changed files with 30 additions and 3 deletions
lib/bones73k_web/views

View file

@ -1,3 +1,4 @@
defmodule Bones73kWeb.UserSessionView do
use Bones73kWeb, :view
alias Bones73k.Accounts.User
end