瀏覽代碼

fix: Redirect address after successful tg binding

tbphp 6 月之前
父節點
當前提交
d249532473
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controller/telegram.go

+ 1 - 1
controller/telegram.go

@@ -65,7 +65,7 @@ func TelegramBind(c *gin.Context) {
 		return
 	}
 
-	c.Redirect(302, "/setting")
+	c.Redirect(302, "/console/personal")
 }
 
 func TelegramLogin(c *gin.Context) {