Skip to content

Commit 7dd64cf

Browse files
committed
[FEAT/#400] 메세지 변경
1 parent 8513e09 commit 7dd64cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class AuthInterceptor @Inject constructor(
8484
private const val CODE_TOKEN_EXPIRED = 401
8585
private const val CODE_MANY_REQUESTS = 429
8686
private const val MESSAGE_TOKEN_EXPIRED = "토큰이 만료되었어요\n다시 로그인 해주세요"
87-
private const val MESSAGE_TOO_MANY_REQUESTS = "요청 횟수가 너무 많아요\n잠시 후 다시 시도해 주세요"
87+
private const val MESSAGE_TOO_MANY_REQUESTS = "요청 횟수가 너무 많아요\n로그인 후 다시 시도해 주세요"
8888
private const val BEARER = "Bearer"
8989
private const val AUTHORIZATION = "Authorization"
9090
}

0 commit comments

Comments
 (0)