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:
@@ -351,7 +351,7 @@
|
|||||||
<input
|
<input
|
||||||
id="duckduckgo-apikey"
|
id="duckduckgo-apikey"
|
||||||
type="password"
|
type="password"
|
||||||
name="DuckDudkGoApiKey"
|
name="DuckDuckGoApiKey"
|
||||||
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
||||||
(blur)="saveUsernameOptions()"
|
(blur)="saveUsernameOptions()"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -384,7 +384,7 @@
|
|||||||
<input
|
<input
|
||||||
id="duckduckgo-apikey"
|
id="duckduckgo-apikey"
|
||||||
type="password"
|
type="password"
|
||||||
name="DuckDudkGoApiKey"
|
name="DuckDuckGoApiKey"
|
||||||
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
||||||
(blur)="saveUsernameOptions()"
|
(blur)="saveUsernameOptions()"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -299,7 +299,7 @@
|
|||||||
id="duckduckgo-apikey"
|
id="duckduckgo-apikey"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
type="password"
|
type="password"
|
||||||
name="DuckDudkGoApiKey"
|
name="DuckDuckGoApiKey"
|
||||||
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
[(ngModel)]="usernameOptions.forwardedDuckDuckGoToken"
|
||||||
(blur)="saveUsernameOptions()"
|
(blur)="saveUsernameOptions()"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user