mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +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
3e118f2474
commit
498441c4c9
3 changed files with 4 additions and 4 deletions
|
|
@ -153,7 +153,7 @@ func LoginAuth(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
util.BroadcastByType("main", "loginAuth", 0, "", nil)
|
||||
util.BroadcastByType("auth", "loginAuth", 0, "", nil)
|
||||
}
|
||||
|
||||
func GetCaptcha(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue