Update src/components/ui/NeynarAuthButton/AuthDialog.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Manan 2025-07-11 16:26:20 -07:00 committed by GitHub
parent 5724c92b88
commit 73617a18f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,9 +25,9 @@ export function AuthDialog({
switch (step) { switch (step) {
case 'signin': case 'signin':
return { return {
title: 'Signin', title: 'Sign in',
description: description:
"To signin, scan the code below with your phone's camera.", "To sign in, scan the code below with your phone's camera.",
showQR: true, showQR: true,
qrUrl: url, qrUrl: url,
showOpenButton: true, showOpenButton: true,