1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

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
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()"
/>