enhance check
This commit is contained in:
parent
6f228a598e
commit
323b5bdfda
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export function Step2({
|
|||
uiState.verificationPhone,
|
||||
uiState.phoneCountry,
|
||||
);
|
||||
if (phoneNumber.isValid()) {
|
||||
if (phoneNumber && phoneNumber.isValid()) {
|
||||
requestVerificationCode({uiState, uiDispatch, _})
|
||||
} else {
|
||||
uiDispatch({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue