Merge branch 'fix_authenticated_user_data' into 'diplomatic-quarter-live'

Fix authenticated user data

See merge request Cloud_Solution/diplomatic-quarter!108
merge-update-with-lab-changes
Mohammad Aljammal 5 years ago
commit b35dbb6b42

@ -45,8 +45,6 @@ class _SplashScreenState extends State<SplashScreen> {
Provider.of<ProjectViewModel>(context, listen: false).isLogin = true;
authenticatedUserObject.isLogin = true;
authenticatedUserObject.user = userData;
}else{
var asd="";
}
}

Loading…
Cancel
Save