Skip to content

Commit 679e7c6

Browse files
remove cross-reference of auth, skill can infer to use password field
1 parent b821ed7 commit 679e7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .claude/skills/build-plugin/references

.claude/skills/build-plugin/references/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The `validation` object accepts [react-hook-form](https://react-hook-form.com/do
135135
}
136136
```
137137

138-
**`password`** — masked text; **use for any API key, token, secret, or password field** — including a JWT signing secret or private key (see [JWT Bearer](metadata.md#auth-patterns) in metadata.md):
138+
**`password`** — masked text; **use for any API key, token, secret, or password field**
139139

140140
```json
141141
{ "type": "password", "name": "apiKey", "label": "API Key" }

0 commit comments

Comments
 (0)