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
-7
View File
@@ -33,13 +33,6 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
.getState(uid.toString())
.then((String s) => setState(() {
_estado = s;
if (_estado.isEmpty) {
FirebaseFirestore.instance
.collection('users')
.doc(uid)
.update({'estado': 'pendiente'});
}
}));
}