Skip to content

Commit 712e779

Browse files
authored
Switch to long password
1 parent a4ee455 commit 712e779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/addons/addons/ai-integration/_manifest_entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ const manifest = {
1919
{
2020
"id": "GeminiAPIKey",
2121
"name": "Gemini API Key",
22-
"type": "long_string",
22+
"type": "long_password",
2323
"default": "",
2424
},
2525
{
2626
"id": "OpenRouterAPIKey",
2727
"name": "OpenRouter API Key",
28-
"type": "long_string",
28+
"type": "long_password",
2929
"default": "",
3030
}
3131
],

0 commit comments

Comments
 (0)