fix: add publickey endpoints

This commit is contained in:
Stefan Benz
2024-09-26 19:15:03 +02:00
parent f7b6dafe81
commit 1afd9bc198
14 changed files with 1350 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ const (
AuthenticatorTypeTOTP
AuthenticatorTypeOTPEmail
AuthenticatorTypeOTPSMS
AuthenticatorTypeAuthenticationKey
AuthenticatorTypePublicKey
AuthenticatorTypeIdentityProvider
authenticatorTypeCount
)