Skip to content
Merged

MFA #405

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix variable name
  • Loading branch information
dantownsend committed Aug 20, 2024
commit de7eed9a2ddf57ab9c96b8b26b23a8ff91cee07a
2 changes: 1 addition & 1 deletion piccolo_admin/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def __init__(
max_session_expiry=max_session_expiry,
redirect_to=None,
production=production,
mfa_providers=[mfa_provider],
mfa_providers=mfa_providers,
),
provider=rate_limit_provider,
),
Expand Down