fix linting

This commit is contained in:
Elio Bischof
2023-06-07 15:34:06 +02:00
parent 23ced28469
commit 3cad0828e7
15 changed files with 103 additions and 101 deletions

View File

@@ -71,7 +71,9 @@ export default function PasswordComplexity({
Password length {passwordComplexitySettings.minLength}
</span>
</div>
) : <span />}
) : (
<span />
)}
<div className="flex flex-row items-center">
{hasSymbol ? check : cross}
<span className={desc}>has Symbol</span>