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
commit fa73e2742f

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