summaryrefslogtreecommitdiff
path: root/internal/session/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/session/types.go')
-rw-r--r--internal/session/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/session/types.go b/internal/session/types.go
index 9fc7bd5b4..1a41cb2bd 100644
--- a/internal/session/types.go
+++ b/internal/session/types.go
@@ -35,8 +35,8 @@ type UserSession struct {
AuthenticationMethodRefs oidc.AuthenticationMethodsReferences
- // Webauthn holds the session registration data for this session.
- Webauthn *webauthn.SessionData
+ // WebAuthn holds the session registration data for this session.
+ WebAuthn *webauthn.SessionData
// This boolean is set to true after identity verification and checked
// while doing the query actually updating the password.