diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-04-15 02:04:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 02:04:42 +1000 |
| commit | 2733fc040cc43269889f5e11fd64c1fdb2e09ebd (patch) | |
| tree | 2459462966d202d1177fb166a83a476c2e9c5a51 /internal/session/types.go | |
| parent | 37a49b21af4550525890a84b5a7ccf6f1ed51243 (diff) | |
refactor: webauthn naming (#5243)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/session/types.go')
| -rw-r--r-- | internal/session/types.go | 4 |
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. |
