Don't redirect to dashboard after connecting web3 account

This commit is contained in:
2020-07-25 18:23:55 +02:00
parent 69a6c850bf
commit 083334ed18
@@ -34,7 +34,7 @@ export default Component.extend({
this.set('setupInProgress', true); this.set('setupInProgress', true);
await this.kredits.setup(); await this.kredits.setup();
this.set('setupInProgress', false); this.set('setupInProgress', false);
this.router.transitionTo('dashboard'); // this.router.transitionTo('dashboard');
} catch (error) { } catch (error) {
this.set('setupInProgress', false); this.set('setupInProgress', false);
console.log('Opening Ethereum wallet failed:', error); console.log('Opening Ethereum wallet failed:', error);