Added most basic auth

This commit is contained in:
Pablu23
2024-05-21 16:36:40 +02:00
parent 0904a1214e
commit 63ffb8df6e
10 changed files with 133 additions and 31 deletions

View File

@@ -5,4 +5,5 @@ type View int
const (
Menu View = iota
Viewer View = iota
Login View = iota
)