Skip to content

Commit

Permalink
[PRO-235] Feature: name accounts
Browse files Browse the repository at this point in the history
Fix es lint
  • Loading branch information
Ivan-Mahda committed May 13, 2024
1 parent e95b8fc commit acc9488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async function createAndSendCredential(credIn: CredentialInput): Promise<Credent
providerIndex,
credId,
credNumber,
credName: '',
status: CreationStatus.Pending,
deploymentHash,
};
Expand All @@ -64,6 +65,7 @@ async function createAndSendCredential(credIn: CredentialInput): Promise<Credent
providerIndex,
credId,
credNumber,
credName: '',
address: existingAddress,
status: CreationStatus.Confirmed,
},
Expand Down
1 change: 1 addition & 0 deletions packages/browser-wallet/src/background/recovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async function recoverAccounts(
address: accountInfo.accountAddress.address,
credId,
credNumber,
credName: '',
status: CreationStatus.Confirmed,
identityIndex,
providerIndex,
Expand Down

0 comments on commit acc9488

Please sign in to comment.