fix: Redirect address after successful tg binding

This commit is contained in:
tbphp
2025-09-29 20:19:34 +08:00
parent 9f989fc7ef
commit d249532473

View File

@@ -65,7 +65,7 @@ func TelegramBind(c *gin.Context) {
return return
} }
c.Redirect(302, "/setting") c.Redirect(302, "/console/personal")
} }
func TelegramLogin(c *gin.Context) { func TelegramLogin(c *gin.Context) {