mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 06:41:45 -05:00
chore: sonarqube low reliability issues (#6359)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user