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
Write a readme. If someone else besides me gets around to this, let me know because I have a list of things to include.
Fix the confirmation link (that you get from registering). Right now, the confirmation link can be used as many times as we want. It should only be able to be used once. Not sure if this is a backend or frontend problem.
Change UPDATE_TOKEN_INFO in reducer to set more data. It’s only setting the tokenInfo but should be setting name and other things.
What’s in Code Review:
Add register component
What still needs to be done:
UPDATE_TOKEN_INFOin reducer to set more data. It’s only setting thetokenInfobut should be settingnameand other things.