Przeglądaj źródła

fix: Redirect address after successful tg binding

tbphp 5 miesięcy temu
rodzic
commit
d249532473
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {