mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 04:59:16 +00:00
fixing build with lint ignore
This commit is contained in:
parent
25d437c046
commit
2bd2cac961
@ -91,6 +91,7 @@ export function useLogin() {
|
|||||||
if (token) {
|
if (token) {
|
||||||
access(token);
|
access(token);
|
||||||
}
|
}
|
||||||
|
// eslint-disable-next-line
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return { state, actions };
|
return { state, actions };
|
||||||
|
Loading…
Reference in New Issue
Block a user