浏览代码

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']);
}
}

正在加载...
取消
保存