mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
Merge branch 'master' into dev
# Conflicts: # controllers/account.go
This commit is contained in:
@@ -328,7 +328,7 @@ func (c *AccountController) Logout(){
|
||||
c.SetMember(models.Member{});
|
||||
|
||||
c.SetSecureCookie(conf.GetAppKey(),"login","",-3600)
|
||||
|
||||
|
||||
c.Redirect(beego.URLFor("AccountController.Login"),302)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user