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

Include ResetPasswordPage in new app template #3743

Merged
merged 7 commits into from
Aug 17, 2022
Merged

Conversation

beerose
Copy link
Contributor

@beerose beerose commented Aug 16, 2022

Closes #3747

Related discussion: https://discord.com/channels/802917734999523368/870041934046060615/1009109220462968852

What are the changes and their implications?

We were missing a reset-password.tsx file in the new app template. This PR adds it, and updates the reset password URL from <host>/reset-password to <host>/auth/reset-password.

@beerose beerose requested a review from itsdillon as a code owner August 16, 2022 16:04
@changeset-bot
Copy link

changeset-bot bot commented Aug 16, 2022

🦋 Changeset detected

Latest commit: 3cbf1b1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@blitzjs/generator Patch
blitz Patch
@blitzjs/codemod Patch
@blitzjs/auth Patch
@blitzjs/next Patch
@blitzjs/rpc Patch
@blitzjs/config Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@beerose beerose merged commit 8ada2c2 into main Aug 17, 2022
@beerose beerose deleted the add-reset-password branch August 17, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reset-password.tsx page is missing
3 participants