mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 01:03:08 +03:00
fix(auth-hooks): replace console.log with logging function
This commit is contained in:
parent
31c2a62bf5
commit
9ea45c70f0
@ -263,7 +263,7 @@ export const useTwitter = ({ onAuthenticate, goToTwitterSignupScene }) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
Logging.error(e);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user