We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b72e commit d7e893eCopy full SHA for d7e893e
resources/js/login/login.js
@@ -617,7 +617,7 @@ class LoginPage extends React.Component {
617
}, function () {
618
//Once the state is updated, it's now possible to trigger emitOtpAction.
619
//No need to wait for the component to update.
620
- if (!response.has_password_set) {
+ if (!response.has_password_set && response.is_verified !== false) {
621
this.emitOtpAction();
622
}
623
});
0 commit comments