amczuboka / Decagon-CondoManagementSystem

Condo Management System
3 stars 3 forks source link

Fix Register User method code duplication #194

Closed npiperni closed 7 months ago

npiperni commented 7 months ago

-The register user method was copied from the register user component to the user service in PR #191.

-Register user method should be removed from the register user component and class should be refactored to use it from the user service. -Tests also should be fixed.