Skip to content

Commit 1c5c359

Browse files
fix: comment
1 parent 1077837 commit 1c5c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/types/inputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export type AuthProvider = 'Amazon' | 'Apple' | 'Facebook' | 'Google';
6767
export type AuthPrompt = 'NONE' | 'LOGIN' | 'CONSENT' | 'SELECT_ACCOUNT';
6868

6969
/**
70-
* Maps internal AuthPromptType enum values to the values expected by Cognito
70+
* Maps internal AuthPrompt enum values to the values expected by Cognito
7171
* @internal
7272
*/
7373
export function mapAuthPromptForCognito(prompt: AuthPrompt): string {

0 commit comments

Comments
 (0)