mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +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) {
|
||||
console.log(e);
|
||||
Logging.error(e);
|
||||
}
|
||||
}, 500);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user