Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 20, 2024
1 parent 5299d87 commit de7eed9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit de7eed9

Please sign in to comment.