login por celular fixeado
This commit is contained in:
@@ -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'});
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user