0
Fork 0
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:
Elias Schneider 2023-03-12 19:28:50 +01:00
parent cb1a0d4090
commit 8ff417a013
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

@ -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: {