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 d484c55 commit f604447Copy full SHA for f604447
packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart
@@ -57,7 +57,7 @@ abstract class CognitoConstants {
57
/// The `SMS_MFA_CODE` parameter.
58
static const challengeParamSmsMfaCode = 'SMS_MFA_CODE';
59
60
- /// The `EMAIL_MFA_CODE` parameter.
+ /// The `EMAIL_OTP_CODE` parameter.
61
static const challengeParamEmailMfaCode = 'EMAIL_OTP_CODE';
62
63
/// The `SOFTWARE_TOKEN_MFA_CODE` parameter.
0 commit comments