Skip to content

Commit

Permalink
Merge branch 'feat/always-show-password-error' of github.com:idos-net…
Browse files Browse the repository at this point in the history
…work/idos-sdk-js into feat/always-show-password-error
  • Loading branch information
Mohammed-Mamoun98 committed Dec 13, 2024
2 parents 2bdd43e + 7168615 commit fd3f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/idos-enclave/src/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function App({ store, enclave }: AppProps) {
throw new Error(`Unexpected request from parent: ${requestData.intent}`);

responsePort.current = ports[0];
setEncryptionUserPublicKey(requestData.message.expectedUserEncryptionPublicKey);
setEncryptionUserPublicKey(requestData.message?.expectedUserEncryptionPublicKey);

switch (requestData.intent) {
case "auth":
Expand Down

0 comments on commit fd3f78d

Please sign in to comment.