fix auth lib; add client view; add client validation; minor fixes
This commit is contained in:
@@ -19,7 +19,7 @@ api.interceptors.response.use(
|
||||
localStorage.removeItem('token');
|
||||
window.location.href = '/login';
|
||||
}
|
||||
// @ts-ignore
|
||||
|
||||
return Promise.reject(err);
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user