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
refactor(auth): improve exception handling in initiateEmailSignIn
Refactors the try-catch block in the `initiateEmailSignIn` method to improve robustness and clarity.
- The generic `catch` block now includes the stack trace in the log for better error diagnostics.
- Adds a comment to the `on HtHttpException` block to clarify that it correctly propagates specific exceptions like `ForbiddenException`, preventing them from being masked as generic 50
0 commit comments