diff options
Diffstat (limited to 'internal/storage/const.go')
| -rw-r--r-- | internal/storage/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go index a5e4bf8ae..286d39620 100644 --- a/internal/storage/const.go +++ b/internal/storage/const.go @@ -11,7 +11,7 @@ const ( tableTOTPConfigurations = "totp_configurations" tableUserOpaqueIdentifier = "user_opaque_identifier" tableUserPreferences = "user_preferences" - tableWebauthnDevices = "webauthn_devices" + tableWebAuthnDevices = "webauthn_devices" tableOAuth2BlacklistedJTI = "oauth2_blacklisted_jti" tableOAuth2ConsentSession = "oauth2_consent_session" |
