summaryrefslogtreecommitdiff
path: root/internal/regulation/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/regulation/const.go')
-rw-r--r--internal/regulation/const.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/regulation/const.go b/internal/regulation/const.go
index 91d93d809..bc0676371 100644
--- a/internal/regulation/const.go
+++ b/internal/regulation/const.go
@@ -12,8 +12,8 @@ const (
// AuthTypeTOTP is the string representing an auth log for second-factor authentication via TOTP.
AuthTypeTOTP = "TOTP"
- // AuthTypeWebauthn is the string representing an auth log for second-factor authentication via FIDO2/CTAP2/WebAuthn.
- AuthTypeWebauthn = "Webauthn"
+ // AuthTypeWebAuthn is the string representing an auth log for second-factor authentication via FIDO2/CTAP2/WebAuthn.
+ AuthTypeWebAuthn = "WebAuthn"
// AuthTypeDuo is the string representing an auth log for second-factor authentication via DUO.
AuthTypeDuo = "Duo"