We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79ade commit bda13f0Copy full SHA for bda13f0
apps/connect/src/routes/authenticate.tsx
@@ -385,8 +385,8 @@ function AuthenticateComponent() {
385
appId: state.appInfo.appId,
386
address: newAppIdentity.address,
387
accountAddress,
388
- signaturePublicKey: keys.signaturePublicKey,
389
- encryptionPublicKey: keys.encryptionPublicKey,
+ signaturePublicKey: newAppIdentity.signaturePublicKey,
+ encryptionPublicKey: newAppIdentity.encryptionPublicKey,
390
ciphertext,
391
accountProof,
392
keyProof,
0 commit comments