summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-04-15 02:04:42 +1000
committerGitHub <noreply@github.com>2023-04-15 02:04:42 +1000
commit2733fc040cc43269889f5e11fd64c1fdb2e09ebd (patch)
tree2459462966d202d1177fb166a83a476c2e9c5a51 /internal/handlers/const.go
parent37a49b21af4550525890a84b5a7ccf6f1ed51243 (diff)
refactor: webauthn naming (#5243)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go4
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"