Final backend fixes and path stabilization

This commit is contained in:
Hamza-Ayed
2026-04-17 00:14:47 +03:00
parent e457313e8f
commit 6fb67282ba
7 changed files with 14 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ export class UsersService {
...dto,
password_hash: passwordHash,
tenant_id: tenantId,
});
} as Partial<User>);
return this.userRepository.save(user);
}