Merge branch 'hotfix/2025.9.3'

This commit is contained in:
Gregory Schier
2025-12-11 06:00:47 -08:00

View File

@@ -112,7 +112,8 @@ export const plugin: PluginDefinition = {
{ {
name: 'token', name: 'token',
type: 'text', type: 'text',
description: '', // biome-ignore lint/suspicious/noTemplateCurlyInString: Yaak template syntax
defaultValue: '${[1PASSWORD_TOKEN]}',
dynamic(_ctx, args) { dynamic(_ctx, args) {
switch (args.values.authMethod) { switch (args.values.authMethod) {
case 'desktop': case 'desktop':
@@ -126,8 +127,6 @@ export const plugin: PluginDefinition = {
label: 'Token', label: 'Token',
description: description:
'Token can be generated from the 1Password website by visiting Developer > Service Accounts', 'Token can be generated from the 1Password website by visiting Developer > Service Accounts',
// biome-ignore lint/suspicious/noTemplateCurlyInString: Yaak template syntax
defaultValue: '${[1PASSWORD_TOKEN]}',
password: true, password: true,
}; };
} }