mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 17:24:56 +03:00
fix: welcome email password (#21732)
This commit is contained in:
@@ -38,7 +38,7 @@ export class UserAdminService extends BaseService {
|
||||
await this.eventRepository.emit('UserSignup', {
|
||||
notify: !!notify,
|
||||
id: user.id,
|
||||
tempPassword: user.shouldChangePassword ? userDto.password : undefined,
|
||||
password: userDto.password,
|
||||
});
|
||||
|
||||
return mapUserAdmin(user);
|
||||
|
||||
Reference in New Issue
Block a user