diff options
Diffstat (limited to 'internal/handlers/const.go')
| -rw-r--r-- | internal/handlers/const.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go index e690bd65b..ad12c1781 100644 --- a/internal/handlers/const.go +++ b/internal/handlers/const.go @@ -5,12 +5,6 @@ import ( ) 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" - // ActionResetPassword is the string representation of the action for which the token has been produced. ActionResetPassword = "ResetPassword" ) |
