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 55cedcc commit b65859dCopy full SHA for b65859d
packages/experience/src/pages/MfaVerification/PhoneVerificationCode/index.tsx
@@ -22,7 +22,7 @@ const PhoneVerificationCode = () => {
22
}
23
24
// VerificationId not found
25
- const verificationId = verificationIdsMap[codeVerificationTypeMap.email];
+ const verificationId = verificationIdsMap[codeVerificationTypeMap.phone];
26
if (!verificationId) {
27
return <ErrorPage title="error.invalid_session" rawMessage="Verification ID not found" />;
28
0 commit comments