Update app/components/topbar-account-panel/component.js

Co-authored-by: Garret Alfert <alfert@wevelop.de>
This commit is contained in:
2020-11-17 12:47:43 +01:00
committed by GitHub
parent 087cb706d2
commit 2a8fd3b001
@@ -34,7 +34,6 @@ export default Component.extend({
this.set('setupInProgress', true);
await this.kredits.setup();
this.set('setupInProgress', false);
// this.router.transitionTo('dashboard');
} catch (error) {
this.set('setupInProgress', false);
console.log('Opening Ethereum wallet failed:', error);