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
3812929426
commit
d12754624d
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ func LoginAuth(c *gin.Context) {
|
|||
c.Status(http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
|
||||
util.BroadcastByType("main", "loginAuth", 0, "", nil)
|
||||
}
|
||||
|
||||
func GetCaptcha(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue