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

Skip to content

Commit 6117f8b

Browse files
committed
bugfix
1 parent a30ae40 commit 6117f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/controller/app/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (UserController) Modify(ctx echo.Context) error {
9090

9191
email := ctx.FormValue("email")
9292
if me.Email != email {
93-
isHttps := checkIsHttps(ctx)
93+
isHttps := CheckIsHttps(ctx)
9494
go logic.DefaultEmail.SendActivateMail(email, RegActivateCode.GenUUID(email), isHttps)
9595
}
9696

0 commit comments

Comments
 (0)