You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to login, become a provider and view my dashboard once logged in.
Create enum to name login, create provider, and dashboard states on home page (Login, BecomeProvider, Dashboard)
Edit store so that the states persists
Add not a provider/become a provider component to the login component. onClick, switches state to BecomeProvider and displays register component. Provider Login & Become a Provider #82
DEV NOTES:
Do not change any styling as it is blocked by theming stories.
If content exists, put it in the correct order/place
If it doesn't exist, put a placeholder div
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to login, become a provider and view my dashboard once logged in.
Provider Login
&Become a Provider
#82DEV NOTES:
The text was updated successfully, but these errors were encountered: