fix(api):fixed api error handling and validate interceptors

This commit is contained in:
sanjidarimi
2026-06-17 22:10:52 +06:00
parent 64770ddbcd
commit 64ee8f8603
10 changed files with 137 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
export function getAccessToken() {
return localStorage.getItem("accessToken");
}