Commit 3b6160ec by tbphp

fix: Redirect address after successful tg binding

parent 41ea9388
...@@ -65,7 +65,7 @@ func TelegramBind(c *gin.Context) { ...@@ -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) {
......
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