From 7981a02996f9667fc7d4a8c72d299d34fb547a34 Mon Sep 17 00:00:00 2001 From: snehalathad Date: Thu, 4 Jan 2024 12:54:04 +0530 Subject: [PATCH] profile update --- lib/views/profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/profile.dart b/lib/views/profile.dart index a633c5f..e97306e 100644 --- a/lib/views/profile.dart +++ b/lib/views/profile.dart @@ -60,7 +60,7 @@ class _ProfileScreenState extends State { provider = Provider.of(context, listen: false); WidgetsBinding.instance.addPostFrameCallback((timeStamp) async { UserData userData = await provider.getUserData(); - print("results"); + print(userData.name); print(userData.email); print(userData.secretkey);