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