Explorar el Código

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois hace 8 meses
padre
commit
c6ebeb97a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/controllers/TillerController.php

+ 1
- 1
backend/controllers/TillerController.php Ver fichero

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

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

Cargando…
Cancelar
Guardar