Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-02 22:19:13 +08:00
parent 3812929426
commit d12754624d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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