From 71cbb52f2f51a54e33576e127ff475db69706190 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 12 Jan 2023 16:35:49 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=A4=9A=E5=BC=80=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=20`=E9=94=81=E5=B1=8F`=20=E5=90=8E=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E9=89=B4=E6=9D=83=E5=A4=B1=E8=B4=A5=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7038?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/session.go b/kernel/model/session.go index cf92a8031..a6907d1d2 100644 --- a/kernel/model/session.go +++ b/kernel/model/session.go @@ -46,7 +46,7 @@ func LogoutAuth(c *gin.Context) { ret.Msg = "save session failed" } - //util.ReloadUI() + util.ReloadUI() } func LoginAuth(c *gin.Context) {