We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1077837 commit 1c5c359Copy full SHA for 1c5c359
packages/auth/src/types/inputs.ts
@@ -67,7 +67,7 @@ export type AuthProvider = 'Amazon' | 'Apple' | 'Facebook' | 'Google';
67
export type AuthPrompt = 'NONE' | 'LOGIN' | 'CONSENT' | 'SELECT_ACCOUNT';
68
69
/**
70
- * Maps internal AuthPromptType enum values to the values expected by Cognito
+ * Maps internal AuthPrompt enum values to the values expected by Cognito
71
* @internal
72
*/
73
export function mapAuthPromptForCognito(prompt: AuthPrompt): string {
0 commit comments