Commit fa73e274 by Seefs Committed by GitHub

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

fix: Redirect address after successful tg binding
parents 41ea9388 3b6160ec
......@@ -65,7 +65,7 @@ func TelegramBind(c *gin.Context) {
return
}
c.Redirect(302, "/setting")
c.Redirect(302, "/console/personal")
}
func TelegramLogin(c *gin.Context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment