ソースを参照

fix: Redirect address after successful tg binding

tbphp 5 ヶ月 前
コミット
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) {