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