mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
chore: add validation to 2fa
This commit is contained in:
@@ -93,6 +93,10 @@ function IndexPopup() {
|
|||||||
setErrorMessage("Error: Please enter your identifier.");
|
setErrorMessage("Error: Please enter your identifier.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (isShowAuthFactorTokenInput && !authFactorToken) {
|
||||||
|
setErrorMessage("Error: Please enter your auth factor token.");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user