# Description The user should be logged out if a new token is not sent to the user # Steps Implement the feature in the src/store/actions/auth.js * Make an api call to the userAxios * Update token if a new one is received. Otherwise, logout()
Description
The user should be logged out if a new token is not sent to the user
Steps
Implement the feature in the src/store/actions/auth.js