V1 calendrier

This commit is contained in:
ElPoyo
2025-10-10 14:58:05 +02:00
parent 080fb7d077
commit aae68f8ab7
26 changed files with 1328 additions and 847 deletions

View File

@@ -81,7 +81,7 @@ class _ForgotPasswordDialogState extends State<ForgotPasswordDialogWidget> {
),
actions: <Widget>[
TextButton(
child: const Text('Terminer'),
child: const Text('Annuler'),
onPressed: () {
Navigator.of(context).pop();
},