mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
fix: set password manually input not shown
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user