summaryrefslogtreecommitdiff
path: root/internal/handlers/handler_sign_totp.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/handler_sign_totp.go')
-rw-r--r--internal/handlers/handler_sign_totp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/handler_sign_totp.go b/internal/handlers/handler_sign_totp.go
index ef38d2623..badc0d754 100644
--- a/internal/handlers/handler_sign_totp.go
+++ b/internal/handlers/handler_sign_totp.go
@@ -211,7 +211,7 @@ func TimeBasedOneTimePasswordPOST(ctx *middlewares.AutheliaCtx) {
}
if bodyJSON.Workflow == workflowOpenIDConnect {
- handleOIDCWorkflowResponse(ctx, &userSession, bodyJSON.TargetURL, bodyJSON.WorkflowID)
+ handleOIDCWorkflowResponse(ctx, &userSession, bodyJSON.WorkflowID)
} else {
Handle2FAResponse(ctx, bodyJSON.TargetURL)
}