瀏覽代碼

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois 8 月之前
父節點
當前提交
c6ebeb97a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/controllers/TillerController.php

+ 1
- 1
backend/controllers/TillerController.php 查看文件

@@ -86,6 +86,6 @@ class TillerController extends BackendController
$producer->tiller_refresh_token = $refreshToken;
$producer->save();

return $this->redirectDashboard();
return $this->redirect(['distribution/index']);
}
}

Loading…
取消
儲存