Skip to content
Merged
Changes from 2 commits
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
4 changes: 4 additions & 0 deletions src/tools/auth0/handlers/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const promptTypes = [
'common',
'captcha',
'passkeys',
'brute-force-protection',
] as const;

export type PromptTypes = (typeof promptTypes)[number];
Expand Down Expand Up @@ -106,6 +107,9 @@ const screenTypes = [
'login-passwordless-sms-otp',
'passkey-enrollment',
'passkey-enrollment-local',
'brute-force-protection-unblock',
'brute-force-protection-unblock-success',
'brute-force-protection-unblock-failure',
] as const;

export type ScreenTypes = (typeof screenTypes)[number];
Expand Down