user gestion fully done
This commit is contained in:
@@ -18,4 +18,10 @@ class MainController extends AbstractController
|
||||
'profile' => $userConnect,
|
||||
]);
|
||||
}
|
||||
|
||||
#[Route('/inscription', name: 'inscription')]
|
||||
public function inscription(TokenStorageInterface $tokenStorage): Response
|
||||
{
|
||||
return $this->render('main/inscription.html.twig');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user