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
Describe the bug
When testing my authentication flow I found out that the "sendPasswordResetEmail" method does not catch/throw exceptions. I tried using different fake emails that are not registered on my database to test it, but no error was thrown in the end. Instead, the try/catch block was passed successfully.
The text was updated successfully, but these errors were encountered:
@TheStrongest
The case for sendPasswordResetEmail is mentioned in this open issue: #3273
Please follow-up in it for further updates. Closing as duplicate.
Bug report
Describe the bug
When testing my authentication flow I found out that the "sendPasswordResetEmail" method does not catch/throw exceptions. I tried using different fake emails that are not registered on my database to test it, but no error was thrown in the end. Instead, the try/catch block was passed successfully.
The text was updated successfully, but these errors were encountered: