diff options
Diffstat (limited to 'internal/handlers/const.go')
| -rw-r--r-- | internal/handlers/const.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go index 953b0f748..6560cbc93 100644 --- a/internal/handlers/const.go +++ b/internal/handlers/const.go @@ -8,8 +8,8 @@ const ( // ActionTOTPRegistration is the string representation of the action for which the token has been produced. ActionTOTPRegistration = "RegisterTOTPDevice" - // ActionWebauthnRegistration is the string representation of the action for which the token has been produced. - ActionWebauthnRegistration = "RegisterWebauthnDevice" + // ActionWebAuthnRegistration is the string representation of the action for which the token has been produced. + ActionWebAuthnRegistration = "RegisterWebAuthnDevice" // ActionResetPassword is the string representation of the action for which the token has been produced. ActionResetPassword = "ResetPassword" |
