feat/login #10

Open
maurine wants to merge 28 commits from feat/login into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit dcd6b37fb4 - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ class UserProfileType extends AbstractType
'disabled' => true,
])
->add('identifiantKaz', TextType::class, [
'label' => 'Identifiant KAZ : ',
'label' => 'Identifiant Kaz : ',
'disabled' => true,
])
->add('email', EmailType::class, [
+1 -1
View File
@@ -63,7 +63,7 @@
</div>
<div class="ml-4">
<h3 class="text-lg font-semibold text-title group-hover:text-bouton transition-colors">Mon Offre</h3>
<p class="text-sm text-gris-fonce">Gérer mon adhésion KAZ</p>
<p class="text-sm text-gris-fonce">Gérer mon adhésion Kaz</p>
</div>
</a>