mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
fix(server): Admin user not created (#996)
This commit is contained in:
parent
88b8d34aa6
commit
a2f3b2199a
@ -59,7 +59,6 @@ export class UserRepository implements IUserRepository {
|
||||
user.salt = await bcrypt.genSalt();
|
||||
user.password = await this.hashPassword(user.password, user.salt);
|
||||
}
|
||||
user.isAdmin = false;
|
||||
|
||||
return this.userRepository.save(user);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user