This commit is contained in:
2018-04-04 14:15:07 +02:00
parent 0812ff3467
commit e2d02d357c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default Ember.Route.extend({
beforeModel(transition) {
const kredits = this.get('kredits');
return kredits.initEthProvider().then((ethProvider) => {
return kredits.initEthProvider().then(() => {
if (kredits.get('accountNeedsUnlock')) {
if (confirm('It looks like you have an Ethereum wallet available. Please unlock your account.')) {
transition.retry();