mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Golint fixed for modules/setting (#262)
* golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
This commit is contained in:
@ -390,5 +390,5 @@ func Email2User(ctx *context.Context) {
|
||||
}
|
||||
return
|
||||
}
|
||||
ctx.Redirect(setting.AppSubUrl + "/user/" + u.Name)
|
||||
ctx.Redirect(setting.AppSubURL + "/user/" + u.Name)
|
||||
}
|
||||
|
Reference in New Issue
Block a user