feat:add separate axios call to update user's last login date
Description of proposed changes:
I was previously unaware that we were required to make an API call to another endpoint in order to update the user's login date. This PR adds that as a separate POST request.
What to test for/How to test
Can't really test unless on staging. If you wish to test locally, send me a message to get set up with a mock Prism server.
Changelog
feat:add separate axios call to update user's last login date
Description of proposed changes:
I was previously unaware that we were required to make an API call to another endpoint in order to update the user's login date. This PR adds that as a separate POST request.
What to test for/How to test