diff --git a/lib/pods/userinfo.dart b/lib/pods/userinfo.dart index 2e917a8a..9cfbec79 100644 --- a/lib/pods/userinfo.dart +++ b/lib/pods/userinfo.dart @@ -40,7 +40,7 @@ class UserInfoNotifier extends StateNotifier> { : 'failedToLoadUserInfoNetwork') .tr() .trim(), - error.response?.headers.toString(), + '${error.response!.statusCode}\n${error.response?.headers}', jsonEncode(error.response?.data), ].join('\n\n'), iconStyle: IconStyle.error,