ソースを参照

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

読み込み中…
キャンセル
保存