mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
🐛 Fix password strenght meter dissapearing
This commit is contained in:
@@ -136,10 +136,6 @@ export default function AuthInvitePage() {
|
|||||||
{...form.getInputProps('password')}
|
{...form.getInputProps('password')}
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
withBorder
|
|
||||||
style={{
|
|
||||||
display: form.isValid('password') ? 'none' : 'block',
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<PasswordRequirements value={form.values.password} />
|
<PasswordRequirements value={form.values.password} />
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user