Require directory membership to view the directory

This commit is contained in:
Ian Gulliver
2026-08-16 11:27:00 -07:00
parent 366e3bb8a2
commit 4d70d6c2a8
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
func main() {
email := flag.String("email", "dev@heliosschool.org", "session email for the minted cookie")
email := flag.String("email", "ian.gulliver@heliosschool.org", "session email for the minted cookie")
flag.Parse()
key := os.Getenv("SESSION_KEY")
if key == "" {