From 94cd6e680cbc6726e7a8c17db61766cbbce84e23 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 5 Aug 2025 20:34:49 +1000 Subject: [PATCH] Minor UI update --- internal/config/config.go | 2 +- web/index.html | 12 ++++++------ web/login.html | 15 ++++++++------- web/redirect.html | 4 ++-- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index 4defc72..d8e95c4 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -76,7 +76,7 @@ func Load() (*Config, error) { SessionSecret: "change-me-in-production", RequireApproval: true, AllowedEmails: []string{}, // Empty means no email restrictions - CookieDomain: "", // Empty means no domain restriction (current domain only) + CookieDomain: "", // Empty means no domain restriction (current domain only) }, } diff --git a/web/index.html b/web/index.html index 89441e9..658eeac 100644 --- a/web/index.html +++ b/web/index.html @@ -3,7 +3,7 @@ - Passkey Authentication + Passkey Auth