Skip to content

Commit

Permalink
fix(communities): when only keycard accounts selected (and 1 keycard)…
Browse files Browse the repository at this point in the history
…, authentication is not triggered

Closes #14175
  • Loading branch information
saledjenic committed Mar 27, 2024
1 parent fae7e82 commit aeb05cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ StatusStackModal {
console.error("selected shared addresses must not be empty")
return
}
const keyUid = d.selectedSharedAddressesMap.values()[0].keyUid
const keyUid = d.selectedSharedAddressesMap.values().next().value.keyUid
root.signSharedAddressesForKeypair(keyUid)
return
}
Expand Down

0 comments on commit aeb05cb

Please sign in to comment.