updated code for login with other hub
This commit is contained in:
@@ -33,4 +33,6 @@ public interface UserRepository extends JpaRepository<UserEntity, Long> {
|
||||
List<UserEntity> findByHubId(Long hubId);
|
||||
|
||||
Long countByStatusAndRoleEntityRoleTypeAndHubId(String status, String roleName, Long hubId);
|
||||
|
||||
Optional<UserEntity> findByBeneficiaryCodiceFiscaleAndHubId(String codiceFiscale, Long hubId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user