Skip to content

Commit

Permalink
Merge branch 'QB-42' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phjppo0918 committed Dec 19, 2023
2 parents 4c3c65d + 71c150c commit e909a83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import site.qbox.qboxserver.domain.member.email.entity.EmailAuthKey
import site.qbox.qboxserver.domain.member.email.exception.EmailNotAuthenticatedException
import site.qbox.qboxserver.domain.member.email.infra.AuthenticatedEmailRepo
import site.qbox.qboxserver.domain.member.email.infra.EmailAuthKeyRepo
import site.qbox.qboxserver.global.annotation.CommandService
import java.util.*

@Service
@CommandService
class EmailAuthenticationSvc (
private val authenticationEmailRepo: AuthenticatedEmailRepo,
private val emailAuthKeyRepo: EmailAuthKeyRepo,
Expand Down

0 comments on commit e909a83

Please sign in to comment.