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