From 661b63f64eef57c92ec3048929430def0e1a7d13 Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:41:16 -0700 Subject: [PATCH] chore: update docs comment in constants --- .../auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart b/packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart index 536c33c529..7a40ff446c 100644 --- a/packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart +++ b/packages/auth/amplify_auth_cognito_dart/lib/src/flows/constants.dart @@ -57,7 +57,7 @@ abstract class CognitoConstants { /// The `SMS_MFA_CODE` parameter. static const challengeParamSmsMfaCode = 'SMS_MFA_CODE'; - /// The `EMAIL_MFA_CODE` parameter. + /// The `EMAIL_OTP_CODE` parameter. static const challengeParamEmailMfaCode = 'EMAIL_OTP_CODE'; /// The `SOFTWARE_TOKEN_MFA_CODE` parameter.