From 235299b65d0613c2ed2c1979a42c592f1ca703ca Mon Sep 17 00:00:00 2001 From: Max Amundsen Date: Fri, 7 Mar 2025 14:42:36 -0500 Subject: [PATCH] Update page titles --- handlers/app/vault.go | 2 +- handlers/auth/login.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/app/vault.go b/handlers/app/vault.go index 030b7fb..b92f4a2 100644 --- a/handlers/app/vault.go +++ b/handlers/app/vault.go @@ -15,7 +15,7 @@ func VaultHandler(w http.ResponseWriter, r *http.Request) { identity := middleware.GetIdentity(r) session := middleware.GetSession(r) - AppLayout("Credential Vault", *identity, session, + AppLayout("Vault", *identity, session, Div( InlineStyle(` $me { diff --git a/handlers/auth/login.go b/handlers/auth/login.go index c27e82f..dc76249 100644 --- a/handlers/auth/login.go +++ b/handlers/auth/login.go @@ -54,7 +54,7 @@ func LoginHandler(w http.ResponseWriter, r *http.Request) { func LoginView(errorMsg string) Node { currentYear := time.Time.Year(time.Now()) - return RootLayout("Login", + return RootLayout("Login | MaxWarden", Body( InlineStyle(` $me {