handle incorrect phone number error
This commit is contained in:
@@ -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
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user