mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Merge branch 'hotfix/2025.9.3'
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user