fix: Redirect address after successful tg binding

This commit is contained in:
tbphp 2025-09-29 20:19:34 +08:00
parent 41ea93883b
commit 3b6160ecb4

View File

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