Skip to content

Commit

Permalink
Merge pull request #351 from GSM-MSG/350-update-email-verify-email
Browse files Browse the repository at this point in the history
🔁 이메일 인증 URL 수정
  • Loading branch information
enbraining authored Nov 16, 2024
2 parents e06a472 + 6fed5c1 commit f1f1e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SendMailService(
private fun createMailTemplate(email: String, code: String): String {
val context = Context()

val url = "https://port-0-gauth-backend-85phb42bluutn9a7.sel5.cloudtype.app/email/authentication?email=$email&uuid=$code"
val url = "https://server-gauth.msg-team.com/email/authentication?email=$email&uuid=$code"

context.setVariables(
mapOf(
Expand Down

0 comments on commit f1f1e33

Please sign in to comment.