From 4e7717b46b3e846fd10977bd607fc0bba58d3529 Mon Sep 17 00:00:00 2001
From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com>
Date: Wed, 21 Feb 2024 18:07:27 +0100
Subject: [PATCH] connect -> login
---
src/Controller/ConnectController.php | 18 ------------------
templates/base.html.twig | 2 +-
templates/connect/index.html.twig | 20 --------------------
3 files changed, 1 insertion(+), 39 deletions(-)
delete mode 100644 src/Controller/ConnectController.php
delete mode 100644 templates/connect/index.html.twig
diff --git a/src/Controller/ConnectController.php b/src/Controller/ConnectController.php
deleted file mode 100644
index 627fffa..0000000
--- a/src/Controller/ConnectController.php
+++ /dev/null
@@ -1,18 +0,0 @@
-render('connect/index.html.twig', [
- 'controller_name' => 'ConnectController',
- ]);
- }
-}
diff --git a/templates/base.html.twig b/templates/base.html.twig
index ea07256..ed76b4b 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -24,7 +24,7 @@
- Connect
+ Connect
{% endblock %}
diff --git a/templates/connect/index.html.twig b/templates/connect/index.html.twig
deleted file mode 100644
index 42602bd..0000000
--- a/templates/connect/index.html.twig
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends 'base.html.twig' %}
-
-{% block title %}Hello ConnectController!{% endblock %}
-
-{% block body %}
-
-
-
/Volumes/Little-Disk/kap/Documents/IUT/3/S6.A.05 - Dev avancé/ProjetSymfony/src/Controller/ConnectController.php/Volumes/Little-Disk/kap/Documents/IUT/3/S6.A.05 - Dev avancé/ProjetSymfony/templates/connect/index.html.twig