diff --git a/app/routes/application.js b/app/routes/application.js index 2c633b0..114b1a7 100644 --- a/app/routes/application.js +++ b/app/routes/application.js @@ -8,6 +8,10 @@ export default Route.extend({ const kredits = this.kredits; return kredits.setup().then(() => { + kredits.get('kredits').preflightChecks().catch((error) => { + console.error('Kredits preflight check failed!'); + console.error(error); + }); if (kredits.get('accountNeedsUnlock')) { if (confirm('It looks like you have an Ethereum wallet available. Please unlock your account.')) { transition.retry();