use bottom sheet instead of vaul drawer

This commit is contained in:
Milo Schwartz 2024-12-30 15:48:34 -05:00
parent 91d314c4cc
commit e6263567a9
No known key found for this signature in database
13 changed files with 284 additions and 121 deletions

View file

@ -224,7 +224,7 @@ export default function Enable2FaForm({ open, setOpen }: Enable2FaProps) {
<div className="h-[250px] mx-auto flex items-center justify-center">
<QRCodeCanvas value={secretUri} size={200} />
</div>
<CopyTextBox text={secretKey} wrapText={false} />
<CopyTextBox text={secretUri} wrapText={false} />
<Form {...confirmForm}>
<form