forked from jsnbuchanan/crowd-funder-for-time-pwa
Moved checkLimits inside try...catch since it has an identity check
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user