Merge pull request #1918 from tbphp/fix-tg-302

fix: Redirect address after successful tg binding
This commit is contained in:
Seefs
2025-09-29 20:24:28 +08:00
committed by GitHub

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