This commit is contained in:
Proddy
2023-07-08 14:10:08 +02:00
parent 1b27ccf70e
commit eb6e8d0c93
2 changed files with 1 additions and 3 deletions

View File

@@ -46,8 +46,7 @@ export const alovaInstance = createAlova({
}
// Interceptor for request failure. This interceptor will be entered when the request is wrong.
// TODO how best to handle http errors like 401 (unauthorized)
// but I think this is handled correctly in AppRouting? See AuthenticatedRouting()
// http errors like 401 (unauthorized) are handled either in the methods or AuthenticatedRouting()
// onError: (error, method) => {
// alert(error.message);
// }