mirror of https://github.com/mindoc-org/mindoc.git
修复记住账号无法退出的BUG
parent
9af239a83b
commit
0e86384634
|
@ -327,6 +327,8 @@ func (c *AccountController) ValidEmail() {
|
|||
func (c *AccountController) Logout(){
|
||||
c.SetMember(models.Member{});
|
||||
|
||||
c.SetSecureCookie(conf.GetAppKey(),"login","",-3600)
|
||||
|
||||
c.Redirect(beego.URLFor("AccountController.Login"),302)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue