We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448fc4d commit eb6de5cCopy full SHA for eb6de5c
src/javascript/_common/auth.js
@@ -155,8 +155,7 @@ export const requestSingleSignOn = async () => {
155
isLoggedInCookie &&
156
!isCallbackPage &&
157
!isEndpointPage &&
158
- (!isClientAccountsPopulated || // Changed this condition since we need accounts to check tokens
159
- hasMissingToken) &&
+ (!isClientAccountsPopulated) &&
160
isAuthEnabled;
161
162
if (shouldRequestSignOn) {
0 commit comments