BugFix: IP Adresse & Subject instead of BehaviourSubject
This commit is contained in:
@@ -234,6 +234,7 @@ export class AccountComponent {
|
||||
this.profileUrl = `${this.env.imageBaseUrl}/pictures/profile/${emailToDirName(this.user.email)}.avif?_ts=${new Date().getTime()}`;
|
||||
this.sharedService.changeProfilePhoto(this.profileUrl);
|
||||
}
|
||||
this.userService.changeUser(this.user);
|
||||
await this.userService.saveGuaranteed(this.user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user