- Refactor the Auth service to remove unnecessary async/await and return axios Promise.
- Refactor the File service to remove unnecessary async/await and return axios Promise.
Useful link on the difference between returning await on MDN.
Useful link on the difference between returning await on MDN.