-
Notifications
You must be signed in to change notification settings - Fork 21
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
Auth/integration #190
base: develop
Are you sure you want to change the base?
Auth/integration #190
Conversation
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.
Reviewed with mostly JS knowledge and little Vue knowledge 😅
Also, any visuals for changes?
user, | ||
token, | ||
setToken, | ||
setUser, | ||
signin, | ||
signout, | ||
isLoading, |
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.
Should token, setToken, setUser be exported? Or they are exported for tests?
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.
Thanks for the catch. Will address it.
const LINKS = [ | ||
{ name: 'Welcome', link: 'https://welcome.realdevsquad.com' }, | ||
{ name: 'Events', link: 'https://www.realdevsquad.com/events.html' }, | ||
{ name: 'Members', link: 'https://members.realdevsquad.com/' }, | ||
{ name: 'Crypto', link: 'https://crypto.realdevsquad.com/' }, | ||
{ name: 'Status', link: 'https://status.realdevsquad.com/' } | ||
] |
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.
These constants can be moved to constants file.
throw error // or Log here | ||
}) | ||
.then(res => transformSelfInfoFromApi(res.data)) | ||
|
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.
Not catching errors?
Issue:
#191
Description:
Anything you would like to inform the reviewer about:
Dev Tested:
Put the Feature behind Feature Flag
Test Stats
Images/video of the change:
Follow-up Issues (if any):