refresh token

This commit is contained in:
2024-02-15 22:36:10 +01:00
parent 9205735d1f
commit 70ea9bff97
3 changed files with 51 additions and 3 deletions

View File

@ -29,6 +29,8 @@ class ScrumController extends AbstractController
$em = $this->getDoctrine()->getManager();
$scrums = $em->getRepository($this->entity)->findByUser($this->getUser());
$this->giteaservice->needrefresh();
$giteacategorys=[];
$gitearepos=[];