Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-02 23:56:37 +08:00
parent 3e118f2474
commit 498441c4c9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

@ -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) {