mirror of
https://github.com/docmost/docmost.git
synced 2026-07-24 02:12:47 +10:00
fix: local storage, and package overrides
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user