Skip to content

Commit 6947587

Browse files
committed
I know how listFind works.
1 parent 69679f4 commit 6947587

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

models/jwt/JwtService.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,7 @@ component accessors="true" singleton threadsafe {
909909
!variables.settings.jwt.enableAutoRefreshValidator ||
910910
!len( refreshToken ) ||
911911
!listFindNoCase(
912-
"TokenExpiredException",
913-
"TokenInvalidException",
914-
"TokenNotFoundException",
912+
"TokenExpiredException,TokenInvalidException,TokenNotFoundException",
915913
e.type
916914
)
917915
) {

0 commit comments

Comments
 (0)