handle incorrect phone number error

This commit is contained in:
Lei PAN
2024-02-23 19:03:06 +01:00
parent 99953c758f
commit 16788745f4
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -1095,6 +1095,10 @@ class CommandorPage {
:
await this.connect_to_browser(OCRResult.TO_REFRESH)
break;
case OCRResult.WRONG_PHONE_NUMBER
:
this.isTerminated = true
break;
case
OCRResult.BLOCKED
: