aboutsummaryrefslogtreecommitdiffstats
path: root/web/command/html/authenticate.go
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2026-03-19 17:14:20 +0000
committerLeonardo Bishop <me@leonardobishop.net>2026-03-19 17:14:20 +0000
commit66bd5d2f7fd84eec39d69f4a8f5c435fc978804f (patch)
tree20bfd8637cce28750b4a66bdd9aa47cb9831308b /web/command/html/authenticate.go
parent60cd7875c2c9ee595012078a3ba8f13b71c73dc9 (diff)
Add site passwordsHEADmaster
Diffstat (limited to 'web/command/html/authenticate.go')
-rw-r--r--web/command/html/authenticate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/command/html/authenticate.go b/web/command/html/authenticate.go
index 3d85325..fde99c1 100644
--- a/web/command/html/authenticate.go
+++ b/web/command/html/authenticate.go
@@ -6,7 +6,7 @@ import (
. "maragu.dev/gomponents/html"
)
-func AuthenticatePage(err string) Node {
+func AuthenticateScrapbookPage(err string) Node {
return Page("Authenticate",
H1(Text("Welcome to scrapbook")),