forked from trent_larson/crowd-funder-for-time-pwa
update tasks; enhance an error message & some typescripts
This commit is contained in:
@@ -688,7 +688,7 @@ export default class AccountViewView extends Vue {
|
||||
) {
|
||||
this.publicHex = identity.keys[0].publicKeyHex;
|
||||
this.publicBase64 = Buffer.from(this.publicHex, "hex").toString("base64");
|
||||
this.derivationPath = identity.keys[0].meta.derivationPath as string;
|
||||
this.derivationPath = identity.keys[0].meta?.derivationPath as string;
|
||||
|
||||
db.settings.update(MASTER_SETTINGS_KEY, {
|
||||
activeDid: identity.did,
|
||||
@@ -974,7 +974,8 @@ export default class AccountViewView extends Vue {
|
||||
if (identity) {
|
||||
this.checkLimitsFor(identity);
|
||||
} else {
|
||||
this.limitsMessage = "You have no identifier.";
|
||||
this.limitsMessage =
|
||||
"You have no identifier, or your data has been corrupted.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user