Add login route with hardcoded password validation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
defmodule MusicLibraryWeb.SessionHTML do
|
||||
use MusicLibraryWeb, :html
|
||||
|
||||
embed_templates "session_html/*"
|
||||
end
|
||||
Reference in New Issue
Block a user