Merge pull request #471 from pangeachat/access-token-fix

added fix for pangea profile toJson method
pull/1384/head
ggurdin 1 year ago committed by GitHub
commit 13f980db26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -420,7 +420,7 @@ class PangeaProfileResponse {
factory PangeaProfileResponse.fromJson(Map<String, dynamic> json) {
return PangeaProfileResponse(
profile: PangeaProfile.fromJson(json),
profile: PangeaProfile.fromJson(json[ModelKey.userProfile]),
access: json[ModelKey.userAccess],
);
}

Loading…
Cancel
Save