rename TagSelect.css

This commit is contained in:
2023-01-20 18:32:01 +03:00
parent 7c87fc7e88
commit 3081c5fd7d
2 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ export const apiRequest = (url, {
})
.then(response => new Promise(resolve => {
if (response.data.redirect || response.status === 401) {
window.location.reduce('/');
window.location.replace('/');
localStorage.clear();
// dispatch(auth(false));
}