Skip to content

Commit

Permalink
regression: infinite loading on login button after TOTP cancel (#6056)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Mello <diegolmello@gmail.com>
  • Loading branch information
OtavioStasiak and diegolmello authored Feb 27, 2025
1 parent 928461f commit 2e9eec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sagas/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ const handleLoginRequest = function* handleLoginRequest({
return;
}
yield put(logoutAction(true));
} else {
yield put(loginFailure(e));
}
}
};
Expand Down

0 comments on commit 2e9eec1

Please sign in to comment.