Skip to content

Commit bda13f0

Browse files
authored
store new appIdentity public keys instead of account public keys with the appIdentity (#469)
1 parent 5b79ade commit bda13f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/connect/src/routes/authenticate.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ function AuthenticateComponent() {
385385
appId: state.appInfo.appId,
386386
address: newAppIdentity.address,
387387
accountAddress,
388-
signaturePublicKey: keys.signaturePublicKey,
389-
encryptionPublicKey: keys.encryptionPublicKey,
388+
signaturePublicKey: newAppIdentity.signaturePublicKey,
389+
encryptionPublicKey: newAppIdentity.encryptionPublicKey,
390390
ciphertext,
391391
accountProof,
392392
keyProof,

0 commit comments

Comments
 (0)