Kaynağa Gözat

fix: Redirect address after successful tg binding

tbphp 5 ay önce
ebeveyn
işleme
d249532473
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controller/telegram.go

+ 1 - 1
controller/telegram.go

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