Explorar o código

fix: Redirect address after successful tg binding

tbphp hai 5 meses
pai
achega
d249532473
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {