Переглянути джерело

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

Завантаження…
Відмінити
Зберегти