Personalize

This commit is contained in:
2024-05-23 00:11:54 +08:00
parent 1eb42fa351
commit a291e8af66
2 changed files with 37 additions and 7 deletions

View File

@ -109,6 +109,7 @@ class AuthProvider extends GetConnect {
}
final resp = await get('/api/users/me');
print(resp.body['picture']);
_cacheUserProfileResponse = resp;
return resp;
}