Final backend fixes and path stabilization
This commit is contained in:
@@ -35,7 +35,7 @@ export class UsersService {
|
||||
...dto,
|
||||
password_hash: passwordHash,
|
||||
tenant_id: tenantId,
|
||||
});
|
||||
} as Partial<User>);
|
||||
|
||||
return this.userRepository.save(user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user