From 19bba07a8bccb51a9db85c13fd921d825defe753 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 30 May 2022 12:03:24 -0400 Subject: Add support for Anki API key (#2169) * Update material.css to support password fields * Support password * Add "apiKey" setting * Use apiKey * Update options if API key changes * Update tests --- test/test-options-util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 425201ce..c4f9a3a9 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -454,7 +454,8 @@ function createProfileOptionsUpdatedTestData1() { checkForDuplicates: true, fieldTemplates: null, suspendNewCards: false, - noteGuiMode: 'browse' + noteGuiMode: 'browse', + apiKey: '' }, sentenceParsing: { scanExtent: 200, -- cgit v1.2.3