fix: local storage, and package overrides

This commit is contained in:
Philipinho
2026-04-22 14:13:25 +01:00
parent dba8e315ab
commit a573acedd0
11 changed files with 409 additions and 306 deletions
@@ -110,10 +110,6 @@ export class UserService {
user.email = updateUserDto.email;
}
if (updateUserDto.avatarUrl) {
user.avatarUrl = updateUserDto.avatarUrl;
}
if (updateUserDto.locale) {
user.locale = updateUserDto.locale;
}