Skip to content

Commit

Permalink
fix(dw): account creation (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 authored Dec 2, 2024
1 parent 021119c commit 7dc5c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function CreateAccount() {

const account: IAccount = {
uuid: crypto.randomUUID(),
alias: alias || '',
alias: alias || aliasDefaultValue,
profileId: profile.uuid,
address: keyset.principal,
keysetId: keyset.uuid,
Expand Down

0 comments on commit 7dc5c60

Please sign in to comment.