@@ -108,7 +108,11 @@
d="M7.707 10.293a1 1 0 10-1.414 1.414l3 3a1 1 0 001.414 0l3-3a1 1 0 00-1.414-1.414L11 11.586V6h5a2 2 0 012 2v7a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2h5v5.586l-1.293-1.293zM9 4a1 1 0 012 0v2H9V4z"
/>
- Modifier mon identité
+ @if (userForm.valid) {
+ Sauvegarder les modifications
+ } @else {
+ Modifier mon identité
+ }
diff --git a/src/app/shared/components/vertical-profile-item/vertical-profile-item.component.html b/src/app/shared/components/vertical-profile-item/vertical-profile-item.component.html
index ea08b57..d1cfdcb 100644
--- a/src/app/shared/components/vertical-profile-item/vertical-profile-item.component.html
+++ b/src/app/shared/components/vertical-profile-item/vertical-profile-item.component.html
@@ -1,9 +1,5 @@
@if (user() !== undefined) {
-
+
- {{ user().name }}
+ {{ user().firstName }} {{ user().lastName }}
} @else if (user().username) {