Fix dialog and invalid variable style

This commit is contained in:
Gregory Schier
2025-11-25 09:37:19 -08:00
parent c4ab2965f7
commit 20e1b5c00e
4 changed files with 99 additions and 87 deletions

View File

@@ -33,9 +33,10 @@ export const plugin: PluginDefinition = {
name: 'token',
type: 'text',
label: '1Password Service Account Token',
description: '',
description:
'Token can be generated from the 1Password website by visiting Developer > Service Accounts',
// biome-ignore lint/suspicious/noTemplateCurlyInString: Yaak template syntax
defaultValue: '${[ONEPASSWORD_TOKEN]}',
defaultValue: '${[1PASSWORD_TOKEN]}',
password: true,
},
{