Skip to content

Commit

Permalink
Merge pull request #159 from YAPP-19th/feature/#140-리팩터링
Browse files Browse the repository at this point in the history
[#140] refactor: 로그인 시 등록 여부 변수 true로 변경
  • Loading branch information
Ji-Ha authored Jul 1, 2022
2 parents 70e2c27 + 64278e2 commit f677bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class AccountService(

log.info("base login => ${account.email} succeed")

return Account.AccountLoginSuccess(jwtProvider.createToken(account), account, false)
return Account.AccountLoginSuccess(jwtProvider.createToken(account), account, true)
}

fun comparePassword(token: String, dto: AccountRequestDto.CurrentPassword): String {
Expand Down

0 comments on commit f677bb4

Please sign in to comment.