diff options
Diffstat (limited to 'web/command/html/authenticate.go')
| -rw-r--r-- | web/command/html/authenticate.go | 2 |
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")), |
