lint fix
This commit is contained in:
parent
cc44b5581f
commit
3167b55430
@ -189,7 +189,7 @@ const authProvider: AuthProvider = {
|
||||
checkAuth: () => {
|
||||
const access_token = localStorage.getItem("access_token");
|
||||
return typeof access_token === "string" ? Promise.resolve() : Promise.reject();
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default authProvider;
|
||||
|
Loading…
x
Reference in New Issue
Block a user