Update email and password validation logic in the LoginForm widget to only perform validation when the state is not AuthTokenError. This ensures that validation is skipped when there is an authentication token error.
Added a new method in DevicesCubit to fetch devices by room ID and updated related classes and API calls to support this functionality.
Added the spaces models Added the rooms models Added the Spaces cubit Implemented the home dropdown functionality