Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update UserRepository to use ClientHttpService for authentication
This commit updates the UserRepository class to use the ClientHttpService for authentication. It replaces the previous implementation that used TextEditingController. This change allows for better separation of concerns and improves the overall structure of the code.
- Loading branch information