Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented Aug 5, 2025

No description provided.

@nikgraf nikgraf requested review from Copilot and pcarranzav August 5, 2025 17:05
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables the wallet UI for signing operations in the login flow by adding a configuration option to suppress UI dialogs.

  • Adds uiOptions: { showWalletUIs: false } parameter to the signMessage call for Privy wallet clients
Comments suppressed due to low confidence (1)

apps/connect/src/routes/login.lazy.tsx:39

  • There's a naming conflict where the async function parameter signMessage shadows the imported signMessage function being called. Consider renaming the function parameter to avoid confusion.
            const { signature } = await signMessage({ message }, { uiOptions: { showWalletUIs: false } });

@nikgraf
Copy link
Collaborator Author

nikgraf commented Aug 5, 2025

Pablo approved in a direct conversation

@nikgraf nikgraf merged commit 2855557 into main Aug 5, 2025
6 checks passed
@nikgraf nikgraf deleted the ng/disable-signin-ui branch August 5, 2025 19:17
@nikgraf nikgraf mentioned this pull request Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant