|
|
@ -420,6 +420,7 @@ export default class AccountViewView extends Vue { |
|
|
|
db.settings.update(MASTER_SETTINGS_KEY, { |
|
|
|
activeDid: identity.did, |
|
|
|
}); |
|
|
|
this.checkLimits(); |
|
|
|
} catch (err) { |
|
|
|
this.alertMessage = |
|
|
|
"Clear your cache and start over (after data backup)."; |
|
|
@ -427,8 +428,6 @@ export default class AccountViewView extends Vue { |
|
|
|
this.alertTitle = "Error Creating Account"; |
|
|
|
this.isAlertVisible = true; |
|
|
|
} |
|
|
|
|
|
|
|
this.checkLimits(); |
|
|
|
} |
|
|
|
|
|
|
|
public async updateShowContactAmounts() { |
|
|
|