Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple sign-in emails being sent #205

Open
tyliec opened this issue Apr 25, 2024 · 1 comment
Open

Multiple sign-in emails being sent #205

tyliec opened this issue Apr 25, 2024 · 1 comment
Labels
bug Something isn't working Low Priority Non-essential that extends usability.

Comments

@tyliec
Copy link
Member

tyliec commented Apr 25, 2024

Describe the bug

During the sign-in process, the following screen is presented to the user:

Image

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.

Image

Expected behavior

Multiple emails cannot be sent from this screen.

@tyliec tyliec added bug Something isn't working Low Priority Non-essential that extends usability. labels Apr 25, 2024
@avenmia
Copy link
Collaborator

avenmia commented Apr 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low Priority Non-essential that extends usability.
Projects
None yet
Development

No branches or pull requests

2 participants