We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7e221 commit 08e0da6Copy full SHA for 08e0da6
1 file changed
Terning-iOS/Terning-iOS/Source/Data/Network/Service/AuthInterceptor.swift
@@ -36,7 +36,7 @@ final class AuthInterceptor: RequestInterceptor {
36
guard let response = request.task?.response as? HTTPURLResponse,
37
response.statusCode == 401,
38
let pathComponents = request.request?.url?.pathComponents,
39
- !pathComponents.contains("getNewToken")
+ !pathComponents.contains("token-reissue")
40
else {
41
dump(error)
42
completion(.doNotRetryWithError(error))
0 commit comments