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

Commit a23c393

Browse files
author
vikasrohit
committed
AS#153276200846788, Redirect loop for some users on production
-- Fixed. Checking for v2 token and cookies seem to be the issue.
1 parent ebe35aa commit a23c393

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() && !!AuthTokenService.getV2Token() && !!AuthTokenService.getTCSSOToken()
28+
return !!getCurrentUser()
2929
}
3030

3131
}

0 commit comments

Comments
 (0)