fix: Redirect address after successful tg binding
This commit is contained in:
parent
41ea93883b
commit
3b6160ecb4
@ -65,7 +65,7 @@ func TelegramBind(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
c.Redirect(302, "/setting")
|
||||
c.Redirect(302, "/console/personal")
|
||||
}
|
||||
|
||||
func TelegramLogin(c *gin.Context) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user