login por celular fixeado

This commit is contained in:
Juan Felipe Duarte
2023-04-12 09:16:03 -05:00
parent 716ad80f1d
commit 23753181a0
3 changed files with 21 additions and 19 deletions
+3 -1
View File
@@ -130,7 +130,9 @@ class _LoginScreenState extends State<LoginScreen> {
PhoneAuthController.instance.phoneAuthentication(
completePhoneNumber.trim(),
);
Get.to(() => const CodeValidationScreen());
Get.to(() => CodeValidationScreen(
phoneNumber: completePhoneNumber.trim(),
));
}
},
child: Text(