1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add delete all feeds when delete account

This commit is contained in:
Unknown
2014-03-16 06:38:39 -04:00
parent fb960db6af
commit 0754dd2f95
3 changed files with 8 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ func Delete(ctx *middleware.Context) {
}
}
ctx.Render.HTML(200, "user/delete", ctx.Data)
ctx.Render.Redirect("/", 302)
}
const (