feat(auth): amélioration UI et UX étape 4 inscription parent
This commit is contained in:
@@ -330,8 +330,8 @@ class _ParentRegisterStep3ScreenState extends State<ParentRegisterStep3Screen> {
|
||||
child: IconButton(
|
||||
icon: Image.asset('assets/images/chevron_right.png', height: 40),
|
||||
onPressed: () {
|
||||
print('Passer à l\'étape 4 (Situation familiale)');
|
||||
// Navigator.pushNamed(context, '/parent-register/step4');
|
||||
print('Passer à l\'étape 4 (Situation familiale et CGU)');
|
||||
Navigator.pushNamed(context, '/parent-register/step4');
|
||||
},
|
||||
tooltip: 'Suivant',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user