Compare commits
2 Commits
3c087bc275
...
9c33fd93f7
Author | SHA1 | Date |
---|---|---|
|
9c33fd93f7 | |
|
7870f8ea78 |
|
@ -31,12 +31,14 @@ class AuthController(
|
|||
throw SodaException("운영정책을 위반하여 이용을 제한합니다.")
|
||||
}
|
||||
|
||||
val authResponse = service.authenticate(authenticateData, member.id!!)
|
||||
|
||||
userActionService.recordAction(
|
||||
memberId = member.id!!,
|
||||
actionType = ActionType.USER_AUTHENTICATION,
|
||||
pushToken = member.pushToken
|
||||
)
|
||||
|
||||
ApiResponse.ok(service.authenticate(authenticateData, member.id!!))
|
||||
ApiResponse.ok(authResponse)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue