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

feat(providers): allow styling e-mail through theme option #4841

Merged
merged 9 commits into from Jul 5, 2022

Conversation

balazsorban44
Copy link
Member

@balazsorban44 balazsorban44 commented Jul 5, 2022

This allows the user to change the sign-in button in the e-mail to match the brand color, without needing to override the sendVerificationRequest method.

Fixes #4835

@vercel
Copy link

vercel bot commented Jul 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
next-auth ⬜️ Ignored (Inspect) Jul 5, 2022 at 11:35AM (UTC)

@github-actions github-actions bot added core Refers to `@auth/core` providers TypeScript Issues relating to TypeScript labels Jul 5, 2022
@vercel vercel bot temporarily deployed to Preview July 5, 2022 11:27 Inactive
@balazsorban44 balazsorban44 temporarily deployed to Preview July 5, 2022 11:37 Inactive
@github-actions
Copy link

github-actions bot commented Jul 5, 2022

🎉 Experimental release published on npm!

npm i next-auth@0.0.0-pr.4841.8befe102
yarn add next-auth@0.0.0-pr.4841.8befe102

Copy link
Member

@ndom91 ndom91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@balazsorban44 balazsorban44 merged commit ae834f1 into main Jul 5, 2022
@balazsorban44 balazsorban44 deleted the fix/handle-email branch July 5, 2022 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core` providers TypeScript Issues relating to TypeScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

email.split(...)[0].trim(...).replaceAll is not a function
2 participants