forked from jsnbuchanan/crowd-funder-for-time-pwa
change dateCreated to a string (from a Date object, which persists as a Date object)
This commit is contained in:
@@ -247,7 +247,7 @@ export default class AccountViewView extends Vue {
|
||||
this.derivationPath
|
||||
);
|
||||
await db.accounts.add({
|
||||
dateCreated: new Date(),
|
||||
dateCreated: new Date().toISOString(),
|
||||
derivationPath: this.derivationPath,
|
||||
identity: JSON.stringify(newId),
|
||||
mnemonic: this.mnemonic,
|
||||
|
||||
Reference in New Issue
Block a user