From ee8bbac043e39ed66a613186adca436f193bb92f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 12 Jan 2023 15:50:08 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20`Alt+N`=20=E9=94=81=E5=B1=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E5=85=A8=E5=B1=80=E5=BF=AB=E6=8D=B7=E9=94=AE?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/7042?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/session.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/model/session.go b/kernel/model/session.go index 67c319d70..0bd276f63 100644 --- a/kernel/model/session.go +++ b/kernel/model/session.go @@ -50,6 +50,8 @@ func LogoutAuth(c *gin.Context) { ret.Code = -1 ret.Msg = "save session failed" } + + util.ReloadUI() } func LoginAuth(c *gin.Context) {