Skip to content

Commit b65859d

Browse files
authored
fix(experience): read phone verification id (#7781)
1 parent 55cedcc commit b65859d

File tree

1 file changed

+1
-1
lines changed
  • packages/experience/src/pages/MfaVerification/PhoneVerificationCode

1 file changed

+1
-1
lines changed

packages/experience/src/pages/MfaVerification/PhoneVerificationCode/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const PhoneVerificationCode = () => {
2222
}
2323

2424
// VerificationId not found
25-
const verificationId = verificationIdsMap[codeVerificationTypeMap.email];
25+
const verificationId = verificationIdsMap[codeVerificationTypeMap.phone];
2626
if (!verificationId) {
2727
return <ErrorPage title="error.invalid_session" rawMessage="Verification ID not found" />;
2828
}

0 commit comments

Comments
 (0)