diff --git a/web/app/components/root/root.jsx b/web/app/components/root/root.jsx index b9d3ff47..6dbed9f0 100644 --- a/web/app/components/root/root.jsx +++ b/web/app/components/root/root.jsx @@ -130,9 +130,10 @@ export default class Root extends Component { // Now we have first-party storage access! signIn(); }) - .catch(() => { + .catch(e => { // error obtaining storage access. console.log('cant get storage access'); // eslint-disable-line no-console + console.error(e); }); } else { signIn();