mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +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) {
|
||||
access(token);
|
||||
}
|
||||
// eslint-disable-next-line
|
||||
}, [])
|
||||
|
||||
return { state, actions };
|
||||
|
Loading…
Reference in New Issue
Block a user