Skip to content

Commit

Permalink
Update src/main/kotlin/com/msg/gauth/domain/auth/service/InitPassword…
Browse files Browse the repository at this point in the history
…Service.kt

Co-authored-by: 엄지성 <[email protected]>
  • Loading branch information
KimTaeO and Umjiseung authored Jun 29, 2024
1 parent 768718c commit 0104f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class InitPasswordService(
private val userRepository: UserRepository,
private val emailAuthRepository: EmailAuthRepository,
private val passwordEncoder: PasswordEncoder,
){
) {

fun execute(initPasswordRequestDto: InitPasswordRequestDto) {
val emailAuth = emailAuthRepository.findByIdOrNull(initPasswordRequestDto.email)
Expand Down

0 comments on commit 0104f17

Please sign in to comment.