Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] Fix: Remove auth from useConnectModal props as it's not current…
…ly supported (#5618) Fixes #5615 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on removing the `auth` property from the `useConnectModal` options in the `thirdweb` package, as it is currently unsupported. ### Detailed summary - Removed the `auth` property from `UseConnectModalOptions` in `packages/thirdweb/src/react/web/ui/ConnectWallet/useConnectModal.tsx`. - Updated documentation to reflect the removal of the `auth` prop. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information