Skip to content

Commit

Permalink
Merge pull request #40 from FC-InnerCircle/main
Browse files Browse the repository at this point in the history
stage deploy
  • Loading branch information
Donghyeon0908 authored Sep 15, 2024
2 parents 397ec2e + 69e1e98 commit a264615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MemberLoginController(
val (jwtToken, isSignup) = loginFacade.login(member)

val headers = HttpHeaders().apply {
set("Authorization", jwtToken.accessToken)
set("Authorization", "Bearer ${jwtToken.accessToken}")
set("RefreshAuth", jwtToken.refreshToken)
}

Expand Down

0 comments on commit a264615

Please sign in to comment.