We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if the localstorage hash for some reason is in the wrong format, we need to check and clean it and redirect the user to the login page
code to be fixed: https://github.com/AgileTesters/sherlock_test_manager/blob/main/sherlock_frontend/src/main.js#L16-L23
for 401 redirects to the login page, use https://github.com/axios/axios#interceptors
The text was updated successfully, but these errors were encountered:
knorrium
No branches or pull requests
if the localstorage hash for some reason is in the wrong format, we need to check and clean it and redirect the user to the login page
code to be fixed: https://github.com/AgileTesters/sherlock_test_manager/blob/main/sherlock_frontend/src/main.js#L16-L23
for 401 redirects to the login page, use https://github.com/axios/axios#interceptors
The text was updated successfully, but these errors were encountered: