Skip to content

Commit

Permalink
Fix passkey when redirecting social (#101)
Browse files Browse the repository at this point in the history
* fix passkey when redirecting social

* add changeset

* move isSocialConnectMethod to utils
  • Loading branch information
WyattMufson authored Aug 25, 2024
1 parent a27d894 commit 34cfc5c
Show file tree
Hide file tree
Showing 7 changed files with 8,326 additions and 13,019 deletions.
6 changes: 6 additions & 0 deletions .changeset/clean-hats-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@treasure-dev/tdk-react": patch
"@treasure-dev/tdk-core": patch
---

Fix passkey when using redirect for social
5 changes: 1 addition & 4 deletions examples/connect-electron/src/renderer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ function App(): JSX.Element {
return (
<>
<p>
<ConnectButton
redirectUrl={`${window.location.origin}/auth/`}
hideDisconnect={true}
/>
<ConnectButton redirectUrl={`${window.location.origin}/auth/`} />
</p>
<Versions />
</>
Expand Down
Loading

0 comments on commit 34cfc5c

Please sign in to comment.