mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-05 01:38:56 -05:00
fix: set password manually input not shown
This commit is contained in:
parent
cb1a0d4090
commit
8ff417a013
1 changed files with 6 additions and 7 deletions
|
@ -79,13 +79,12 @@ const Body = ({
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{form.values.setPasswordManually ||
|
{(form.values.setPasswordManually || !smtpEnabled) && (
|
||||||
(!smtpEnabled && (
|
<PasswordInput
|
||||||
<PasswordInput
|
label="Password"
|
||||||
label="Password"
|
{...form.getInputProps("password")}
|
||||||
{...form.getInputProps("password")}
|
/>
|
||||||
/>
|
)}
|
||||||
))}
|
|
||||||
<Switch
|
<Switch
|
||||||
styles={{
|
styles={{
|
||||||
body: {
|
body: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue