-
Notifications
You must be signed in to change notification settings - Fork 237
feat: Add the ability to clear an invalid site URL #305
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: Add the ability to clear an invalid site URL #305
Conversation
Deploy Success! Built with commit a8a3afe |
Deploy Success! Built with commit af973c6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great! I have one question that isn't a huge deal, but I wanted to check on it before we merge in case I'm missing something here
thanks for this!
67e4dc1
to
af973c6
Compare
@jlengstorf I rebased to get the latest and greatest and resolve lint errors! 🌮 |
merged and released as |
This PR adds the ability to clear an invalid site URL.
While I was going through the RedwoodJS authentication tutorial I had accidentally entered the wrong Netlify URL. It took me a hot minute to realize I had to remove it from my local storage. I figured it would be nice to have the "Clear localhost URL" button available if this error occurs.
Here's a gif of it in action!