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
I don't think we have control over the email double send at the moment. It can be fixed if we redo that sign in page, but the risk of breaking sign in is too high this late. The page exists in node_modules/next-auth/src/core/pages/sign-in.tsx. You can customize your own sign-in page but have to handle some of the callbacks and redirects yourself which is a pain. This could be addressed if #126 is fixed
Describe the bug
During the sign-in process, the following screen is presented to the user:
If an email is inputted and the "Sign in with Email" button is pressed more than once in quick time frame, multiple sign-in emails are sent.
Expected behavior
Multiple emails cannot be sent from this screen.
The text was updated successfully, but these errors were encountered: