We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f47563 commit 3ee7305Copy full SHA for 3ee7305
src/pages/profile/profile.ts
@@ -36,7 +36,7 @@ export class ProfilePage implements OnInit {
36
}
37
38
selectProfilePicture(): void {
39
- this.pictureService.select().then((blob) => {
+ this.pictureService.getPicture(false, true).then((blob) => {
40
this.uploadProfilePicture(blob);
41
})
42
.catch((e) => {
0 commit comments