enhance check

zio/stable
RonyVidaur 2024-02-03 22:09:07 -06:00
parent 6f228a598e
commit 323b5bdfda
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export function Step2({
uiState.verificationPhone,
uiState.phoneCountry,
);
if (phoneNumber.isValid()) {
if (phoneNumber && phoneNumber.isValid()) {
requestVerificationCode({uiState, uiDispatch, _})
} else {
uiDispatch({