Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c19366c

Browse files
committed
bugfix
1 parent 69637e0 commit c19366c

File tree

1 file changed

+1
-1
lines changed
  • websites/code/studygolang/src/controller

1 file changed

+1
-1
lines changed

websites/code/studygolang/src/controller/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func RegisterHandler(rw http.ResponseWriter, req *http.Request) {
8383
"success": template.HTML(`
8484
<div style="padding:30px 30px 50px 30px;">
8585
<div style="color:#339502;font-size:22px;line-height: 2.5;">恭喜您注册成功!</div>
86-
我们已经发送一封邮件到 [email protected],请您根据提示信息完成邮箱验证.<br><br>
86+
我们已经发送一封邮件到 ` + email + `,请您根据提示信息完成邮箱验证.<br><br>
8787
<a href="` + emailUrl + `" target="_blank"><button type="button" class="btn btn-success">立即验证</button></a>&nbsp;&nbsp;<button type="button" class="btn btn-link" data-uuid="` + uuid + `" id="resend_email">未收到?再发一次</button>
8888
</div>`),
8989
}

0 commit comments

Comments
 (0)