summaryrefslogtreecommitdiff
path: root/internal/handlers/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/types.go')
-rw-r--r--internal/handlers/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/handlers/types.go b/internal/handlers/types.go
index b69fbce95..986735499 100644
--- a/internal/handlers/types.go
+++ b/internal/handlers/types.go
@@ -30,8 +30,8 @@ type bodySignTOTPRequest struct {
WorkflowID string `json:"workflowID"`
}
-// bodySignWebauthnRequest is the model of the request body of WebAuthn 2FA authentication endpoint.
-type bodySignWebauthnRequest struct {
+// bodySignWebAuthnRequest is the model of the request body of WebAuthn 2FA authentication endpoint.
+type bodySignWebAuthnRequest struct {
TargetURL string `json:"targetURL"`
Workflow string `json:"workflow"`
WorkflowID string `json:"workflowID"`