-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix message after account confirmation #1122
Conversation
Deploy preview for clever-edison-cd22c1 ready! Built with commit c0f7ca9 https://deploy-preview-1122--clever-edison-cd22c1.netlify.app |
@software-project Ideally the user wouldn't see the homepage at all. They would be directly to the dashboard immediately. Is that possible? If not we can merge this since its better than what we have and refine. @kathyccheng |
@slowbot unfortunately it's not possible as we are pinging frontend server that needs to first render a page, run a validation call to backend and then it can redirect to dashboard. I suppose initial call could be to a page with a loading spinner, with would make the experience maybe a bit better. Maybe with Nextjs update it will be possible, but I'm not sure. @jaredcwhite ? |
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.
I was redirected to the dashboard and I saw a success message, it looks good!
Also, email formatting is as expected.
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.
LGTM
Resolves #1119 and #1118