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();