fix: remove min for password lenght

This commit is contained in:
Arman
2023-08-29 18:10:12 +02:00
parent a47aa5568f
commit 8f50e8423e
@@ -83,6 +83,7 @@
placeholder={variable.placeholder ?? 'Enter value'}
required={variable.required}
autocomplete={false}
minlength={variable.type === 'password' ? 0 : null}
showPasswordButton={variable.type === 'password'}
bind:value={$templateConfig.variables[variable.name]} />
<Helper type="neutral">