Browse Source

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois 8 months ago
parent
commit
c6ebeb97a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/TillerController.php

+ 1
- 1
backend/controllers/TillerController.php View File

$producer->tiller_refresh_token = $refreshToken; $producer->tiller_refresh_token = $refreshToken;
$producer->save(); $producer->save();


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

Loading…
Cancel
Save