We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8513e09 commit 7dd64cfCopy full SHA for 7dd64cf
1 file changed
core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt
@@ -84,7 +84,7 @@ class AuthInterceptor @Inject constructor(
84
private const val CODE_TOKEN_EXPIRED = 401
85
private const val CODE_MANY_REQUESTS = 429
86
private const val MESSAGE_TOKEN_EXPIRED = "토큰이 만료되었어요\n다시 로그인 해주세요"
87
- private const val MESSAGE_TOO_MANY_REQUESTS = "요청 횟수가 너무 많아요\n잠시 후 다시 시도해 주세요"
+ private const val MESSAGE_TOO_MANY_REQUESTS = "요청 횟수가 너무 많아요\n로그인 후 다시 시도해 주세요"
88
private const val BEARER = "Bearer"
89
private const val AUTHORIZATION = "Authorization"
90
}
0 commit comments