mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 19:46:11 +02:00
util: add tests (#5989)
This commit is contained in:
@@ -20,5 +20,5 @@ func TemplatePreview(c *context.Context) {
|
||||
c.Data["ResetPwdCodeLives"] = conf.Auth.ResetPasswordCodeLives / 60
|
||||
c.Data["CurDbValue"] = ""
|
||||
|
||||
c.Success( (c.Params("*")))
|
||||
c.Success(c.Params("*"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user