mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
Update src/components/ui/NeynarAuthButton/AuthDialog.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5724c92b88
commit
73617a18f2
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user