Skip to content

Commit

Permalink
Fix a bug that keplr can't be unlocked by external interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jun 3, 2024
1 parent b0a96c2 commit d54f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/pages/unlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const UnlockPage: FunctionComponent = observer(() => {
interaction: interactionInfo.interaction,
interactionInternal: interactionInfo.interactionInternal,
},
new URL(browser.extension.getURL("/")).origin
window.location.origin
);
}

Expand Down

0 comments on commit d54f6d7

Please sign in to comment.