Skip to content

Commit

Permalink
fix(admin-ui): isActive endpoint called twice on ssa upload #1369
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Oct 6, 2023
1 parent daf985f commit 9f6697a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin-ui/app/redux/sagas/LicenseSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ function* uploadNewSsaToken({ payload }) {
}
yield put(checkLicenseConfigValidResponse(response?.success))
yield put(getOAuth2Config(defaultToken))
yield put(checkLicensePresent())
// window.location.reload()
} catch (error) {
yield put(checkLicenseConfigValidResponse(false))
Expand Down

0 comments on commit 9f6697a

Please sign in to comment.