mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 11:58:38 +00:00
Merge pull request #1918 from tbphp/fix-tg-302
fix: Redirect address after successful tg binding
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user