mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-04 21:59:15 +01:00
♻️ Address pull request feedback
This commit is contained in:
@@ -13,7 +13,7 @@ export const PasswordRequirement = ({ meets, label }: { meets: boolean; label: s
|
||||
mt={7}
|
||||
size="sm"
|
||||
>
|
||||
{meets ? <IconCheck size="0.9rem" /> : <IconX size="0.9rem" />}{' '}
|
||||
{meets ? <IconCheck size="0.9rem" /> : <IconX size="0.9rem" />}
|
||||
<Box ml={10}>
|
||||
{t(`${label}`, {
|
||||
count: minPasswordLength,
|
||||
|
||||
Reference in New Issue
Block a user