mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🎨 Improve lock screen interaction https://github.com/siyuan-note/siyuan/issues/17065
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c13d7fa5be
commit
5b97a65151
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ func LogoutAuth(c *gin.Context) {
|
|||
ret.Code = -1
|
||||
ret.Msg = "save session failed"
|
||||
}
|
||||
|
||||
util.BroadcastByType("main", "logoutAuth", 0, "", nil)
|
||||
}
|
||||
|
||||
func LoginAuth(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue