chore: sonarqube low reliability issues (#6359)

This commit is contained in:
Piyush Gupta
2025-08-05 15:36:53 +05:30
committed by GitHub
parent de70e97940
commit 355782f404
2 changed files with 2 additions and 1 deletions
@@ -52,7 +52,7 @@ export const PasswordChecks = ({ password }: PasswordChecksProps) => {
return (
<div className="my-2 text-left text-slate-700 sm:text-sm">
<ul role="list" aria-label="Password requirements">
<ul aria-label="Password requirements">
{validations.map((validation) => (
<li key={validation.label} className="flex items-center">
<ValidationIcon state={validation.state} />
@@ -83,6 +83,7 @@ export const AnimatedSurveyBg = ({ handleBgChange, background }: AnimatedSurveyB
className="relative cursor-pointer overflow-hidden rounded-lg">
<video
disablePictureInPicture
muted
id={`video-${index}`}
className="h-46 w-96 origin-center scale-105 transform">
<source src={`${key}`} type="video/mp4" />