Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7ab59e7

Browse files
author
vikasrohit
committed
Merge branch 'hotfix/login-redirect-loop-v2tokens' into dev
2 parents 72d51e9 + 67a7ecf commit 7ab59e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/tcAuth.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { getCurrentUser, logout as doLogout } from './userv3.service.js'
2525
}
2626

2727
function isAuthenticated() {
28-
return !!getCurrentUser()
28+
return !!getCurrentUser() && !!AuthTokenService.getV2Token() && !!AuthTokenService.getTCSSOToken()
2929
}
3030

3131
}

0 commit comments

Comments
 (0)