Add delete all feeds when delete account
This commit is contained in:
parent
fb960db6af
commit
0754dd2f95
3 changed files with 8 additions and 3 deletions
|
@ -168,7 +168,7 @@ func Delete(ctx *middleware.Context) {
|
|||
}
|
||||
}
|
||||
|
||||
ctx.Render.HTML(200, "user/delete", ctx.Data)
|
||||
ctx.Render.Redirect("/", 302)
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue