We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff446dc commit 778aca4Copy full SHA for 778aca4
module-api/src/main/java/com/mile/controller/user/UserController.java
@@ -57,7 +57,6 @@ public ResponseEntity<SuccessResponse<AccessTokenGetSuccess>> login(
57
58
@GetMapping("/refresh-token")
59
@Override
60
- @UserAuthAnnotation(UserAuthenticationType.USER)
61
public SuccessResponse<AccessTokenGetSuccess> refreshToken(
62
@CookieValue(name = REFRESH_TOKEN) Cookie cookie
63
) {
0 commit comments