From 9f66fcd1ebe44c229d03624d775a95593284671b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 12 Jan 2023 16:41:31 +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, 2 deletions(-) diff --git a/kernel/model/session.go b/kernel/model/session.go index a6907d1d2..7042f2088 100644 --- a/kernel/model/session.go +++ b/kernel/model/session.go @@ -45,8 +45,6 @@ func LogoutAuth(c *gin.Context) { ret.Code = -1 ret.Msg = "save session failed" } - - util.ReloadUI() } func LoginAuth(c *gin.Context) {