Credentials page UX improvement (#3941)
This commit is contained in:
@@ -177,6 +177,7 @@ async def get_totp_codes(
|
||||
codes = await app.DATABASE.get_recent_otp_codes(
|
||||
organization_id=curr_org.organization_id,
|
||||
limit=limit,
|
||||
valid_lifespan_minutes=None,
|
||||
otp_type=otp_type,
|
||||
workflow_run_id=workflow_run_id,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user