diff --git a/package.json b/package.json index 420790f..686df70 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "next": "14.1.3", "nookies": "^2.5.2", "qrcode": "^1.5.3", + "qrcode.react": "^3.1.0", "qs": "^6.12.0", "react": "^18", "react-dom": "^18", diff --git a/public/img/logo_qrcode.svg b/public/img/logo_qrcode.svg new file mode 100644 index 0000000..b8478f2 --- /dev/null +++ b/public/img/logo_qrcode.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/components/Login/LoginForm.tsx b/src/components/Login/LoginForm.tsx index 19d579c..5b08008 100644 --- a/src/components/Login/LoginForm.tsx +++ b/src/components/Login/LoginForm.tsx @@ -144,7 +144,7 @@ export default function LoginForm({ className }: { className?: string }) {