mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-01 01:24:51 +02:00
use bottom sheet instead of vaul drawer
This commit is contained in:
parent
91d314c4cc
commit
e6263567a9
13 changed files with 284 additions and 121 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue