Skip to content

Commit d963515

Browse files
author
ledouxm
committed
feat: add validation fields for user settings and update account management
- Added `validationNom` and `validationPrenom` fields to user settings schema. - Updated frontend AppSchema to include new validation fields. - Modified account management logic to handle new validation fields. - Enhanced ConstatValidation component to include inputs for `validationNom` and `validationPrenom`. - Adjusted validation logic for email input to ensure proper formatting.
1 parent ab150f8 commit d963515

File tree

6 files changed

+3788
-10
lines changed

6 files changed

+3788
-10
lines changed

db/0021_bizarre_wither.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "user_settings" ADD COLUMN "validation_nom" text;--> statement-breakpoint
2+
ALTER TABLE "user_settings" ADD COLUMN "validation_prenom" text;

0 commit comments

Comments
 (0)