show qr code in share link and add version to footer

This commit is contained in:
Milo Schwartz 2024-12-24 12:06:13 -05:00
parent 9e50a580a5
commit ccc2e3358c
No known key found for this signature in database
8 changed files with 104 additions and 40 deletions

View file

@ -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