From 24c2071fcaa8065d450dae78a80a671697f0e873 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 14 Feb 2024 00:23:02 +0100 Subject: Restructure: Move auth and session to their own files Make auth handling nicer. --- templ/index.tpl | 2 +- templ/login2.tpl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 templ/login2.tpl (limited to 'templ') diff --git a/templ/index.tpl b/templ/index.tpl index 2c52810..013c5ea 100644 --- a/templ/index.tpl +++ b/templ/index.tpl @@ -1,3 +1,3 @@ {{define "body"}} - Das ist die Basis + Logged in with user: {{.}} {{end}} \ No newline at end of file diff --git a/templ/login2.tpl b/templ/login2.tpl deleted file mode 100644 index 89ba6a5..0000000 --- a/templ/login2.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{{define "body"}} - Logged in with user: {{.Name}}
- You have chosen: {{.Password}} -{{end}} \ No newline at end of file -- cgit v1.2.3-54-g00ecf