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
* Added pagination component with useQuery call connected
* tested on mock data, working without useeffect
* Pagination cleanup - ermoved Resources/Resources.js file, only show pagination component when there is no search term, and moved it down on the page
* register and login api updated
* login and registration apis working now, error handling tmp patch
* [Security] Bump axios from 0.19.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. **This update includes a security fix.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](axios/axios@v0.19.0...v0.21.1)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Add constants file and differentiate between dev and prod for the API host URL
* fixed tests
* verify email post request working
* error validation on verify email screen
* Update src/components/Auth/SignUpForm.js
Co-authored-by: Linda <[email protected]>
* Add key to dependencies array for useEffect
* Added explanatory text re: verifying email
Co-authored-by: Linda Peng <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Linda <[email protected]>
0 commit comments