From 9da250f9fb7e1350c609cad5660aca37edf2ff44 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 8 Jun 2022 11:57:21 +0700 Subject: [PATCH] TF-632 User profile is not retrieve when create new identity --- .../presentation/manage_account_dashboard_controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart b/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart index 6c985f04a..660202ed1 100644 --- a/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart +++ b/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart @@ -70,6 +70,7 @@ class ManageAccountDashBoardController extends ReloadableController { if (arguments is ManageAccountArguments) { sessionCurrent = arguments.session; accountId.value = sessionCurrent?.accounts.keys.first; + _getUserProfile(); } else { if (kIsWeb) { reload();