Add login route with hardcoded password validation

This commit is contained in:
Claudio Ortolina
2024-10-20 19:05:41 +01:00
parent 6d2d86a82f
commit b5bceb92e0
5 changed files with 83 additions and 0 deletions
@@ -0,0 +1,5 @@
defmodule MusicLibraryWeb.SessionHTML do
use MusicLibraryWeb, :html
embed_templates "session_html/*"
end