mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix: add eslint disable for console.warn in lib
This commit is contained in:
parent
743620280f
commit
c4131ced0f
@ -69,6 +69,7 @@ export const AuthProvider = ({ userApi, children }: AuthProviderProps) => {
|
||||
}
|
||||
// eslint-disable-next-line no-catch-all/no-catch-all
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn('Failed to load user token:', error)
|
||||
setLoading(false)
|
||||
return undefined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user