chore: add comment to ignore lint warning for img element in 2FA QR code

This commit is contained in:
Mohammed Imran
2025-10-16 21:16:41 +05:30
parent 8338b27ab8
commit d858acbaaa

View File

@@ -299,6 +299,7 @@ export const Enable2FA = () => {
<span className="text-sm font-medium">
Scan this QR code with your authenticator app
</span>
{/** biome-ignore lint/performance/noImgElement: This is a valid use case for an img element */}
<img
src={data.qrCodeUrl}
alt="2FA QR Code"