You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(authentication): adapt bloc to handle HtHttpException
Updates `AuthenticationBloc` to handle and emit `HtHttpException` objects instead of raw error strings.
- All `catch` blocks now store the caught exception in the `exception` field of the `AuthenticationState`.
- The manual email validation check is removed, as this logic is now handled by the `InvalidInputException` from the repository layer.
- Generic `catch (e)` blocks now wrap the error in a `UnknownException` to ensure all failures are propagated as a standard exception type.
0 commit comments