Skip to content

Commit eb6de5c

Browse files
committed
remove a condition of requestOidcAuthentication
1 parent 448fc4d commit eb6de5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/javascript/_common/auth.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ export const requestSingleSignOn = async () => {
155155
isLoggedInCookie &&
156156
!isCallbackPage &&
157157
!isEndpointPage &&
158-
(!isClientAccountsPopulated || // Changed this condition since we need accounts to check tokens
159-
hasMissingToken) &&
158+
(!isClientAccountsPopulated) &&
160159
isAuthEnabled;
161160

162161
if (shouldRequestSignOn) {

0 commit comments

Comments
 (0)