prefer console.error messages for errors
This commit is contained in:
@@ -122,7 +122,7 @@ export default class SeedBackupView extends Vue {
|
||||
const accounts = await accountsDB.accounts.toArray();
|
||||
this.activeAccount = R.find((acc) => acc.did === activeDid, accounts);
|
||||
} catch (err) {
|
||||
console.log("Got an error loading an identity:", err);
|
||||
console.error("Got an error loading an identity:", err);
|
||||
this.alertTitle = "Error Loading Account";
|
||||
this.alertMessage = "Got an error loading your seed data.";
|
||||
this.isAlertVisible = true;
|
||||
|
||||
Reference in New Issue
Block a user