Skip to content

Commit f604447

Browse files
committed
chore: update docs comment in constants
1 parent d484c55 commit f604447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ abstract class CognitoConstants {
5757
/// The `SMS_MFA_CODE` parameter.
5858
static const challengeParamSmsMfaCode = 'SMS_MFA_CODE';
5959

60-
/// The `EMAIL_MFA_CODE` parameter.
60+
/// The `EMAIL_OTP_CODE` parameter.
6161
static const challengeParamEmailMfaCode = 'EMAIL_OTP_CODE';
6262

6363
/// The `SOFTWARE_TOKEN_MFA_CODE` parameter.

0 commit comments

Comments
 (0)