mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-30 17:14:46 +02:00
show qr code in share link and add version to footer
This commit is contained in:
parent
9e50a580a5
commit
ccc2e3358c
8 changed files with 104 additions and 40 deletions
|
@ -203,11 +203,11 @@ export default function Enable2FaForm({ open, setOpen }: Enable2FaProps) {
|
|||
{step === 2 && (
|
||||
<div className="space-y-4">
|
||||
<p>
|
||||
Scan this QR code with your authenticator app or
|
||||
scan this qr code with your authenticator app or
|
||||
enter the secret key manually:
|
||||
</p>
|
||||
<div className="w-64 h-64 mx-auto flex items-center justify-center">
|
||||
<QRCodeSVG value={secretKey} size={256} />
|
||||
<div classname="w-64 h-64 mx-auto flex items-center justify-center">
|
||||
<qrcodesvg value={secretkey} size={256} />
|
||||
</div>
|
||||
<div className="max-w-md mx-auto">
|
||||
<CopyTextBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue