Fix typo for DuckDuckGo form field (#4172)

This commit is contained in:
Patrick H. Lauke 2022-12-02 01:09:13 +00:00 committed by GitHub
parent d64e8d7449
commit 8e4e770ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -351,7 +351,7 @@
<input
id="duckduckgo-apikey"
type="password"
name="DuckDudkGoApiKey"
name="DuckDuckGoApiKey"
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
(blur)="saveUsernameOptions()"
/>

View File

@ -384,7 +384,7 @@
<input
id="duckduckgo-apikey"
type="password"
name="DuckDudkGoApiKey"
name="DuckDuckGoApiKey"
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
(blur)="saveUsernameOptions()"
/>

View File

@ -299,7 +299,7 @@
id="duckduckgo-apikey"
class="form-control"
type="password"
name="DuckDudkGoApiKey"
name="DuckDuckGoApiKey"
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
(blur)="saveUsernameOptions()"
/>