Is Password nit

This commit is contained in:
Ruben Fiszel
2025-10-16 14:41:12 +00:00
parent e87d0ab94d
commit 7d3214ac57
@@ -375,10 +375,14 @@
/>
{/if}
{#if kind == 'none' || kind == 'pattern'}
{#if kind == 'none' || kind == 'pattern' || kind == 'format'}
<Toggle
size="xs"
options={{ right: 'Is Password' }}
options={{
right: 'Is Password/Sensitive',
rightTooltip:
'The value will be stored as an ephemeral secret variable in the user space of the caller of the job, only viewable by him.'
}}
checked={password}
on:change={(e) => {
if (e.detail) {