Update page titles

This commit is contained in:
2025-03-07 14:42:36 -05:00
parent a0b5a2a6f8
commit 235299b65d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ func VaultHandler(w http.ResponseWriter, r *http.Request) {
identity := middleware.GetIdentity(r) identity := middleware.GetIdentity(r)
session := middleware.GetSession(r) session := middleware.GetSession(r)
AppLayout("Credential Vault", *identity, session, AppLayout("Vault", *identity, session,
Div( Div(
InlineStyle(` InlineStyle(`
$me { $me {

View File

@@ -54,7 +54,7 @@ func LoginHandler(w http.ResponseWriter, r *http.Request) {
func LoginView(errorMsg string) Node { func LoginView(errorMsg string) Node {
currentYear := time.Time.Year(time.Now()) currentYear := time.Time.Year(time.Now())
return RootLayout("Login", return RootLayout("Login | MaxWarden",
Body( Body(
InlineStyle(` InlineStyle(`
$me { $me {