updated branding & added analytics
This commit is contained in:
@@ -59,6 +59,7 @@ class AccountProvider extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
return ApiResponse.failure(_accountError!);
|
||||
} catch (e, s) {
|
||||
logger.e(e);
|
||||
logger.e(s);
|
||||
_isLoadingAccount = false;
|
||||
_accountError = 'An unexpected error occurred. Please try again.';
|
||||
|
||||
Reference in New Issue
Block a user