Skip to content

Commit 076f1b7

Browse files
committed
update password field toggle
1 parent adebaf8 commit 076f1b7

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

popup/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const tabs = [
130130
scripts: [
131131
s.passwordGenerator,
132132
s.search_sharedAccount,
133-
s.viewHiddenPassword,
133+
s.passwordFieldToggle,
134134
],
135135
},
136136
{

scripts/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import textToQRCode from "./textToQRCode.js";
3939
import scrollToVeryEnd from "./scrollToVeryEnd.js";
4040
import passwordGenerator from "./passwordGenerator.js";
4141
import search_sharedAccount from "./search_sharedAccount.js";
42-
import viewHiddenPassword from "./viewHiddenPassword.js";
42+
import passwordFieldToggle from "./passwordFieldToggle.js";
4343
import checkWebDie from "./checkWebDie.js";
4444
import removeCookies from "./removeCookies.js";
4545
import enableTextSelection from "./enableTextSelection.js";
@@ -128,7 +128,7 @@ const allScripts = {
128128
scrollToVeryEnd,
129129
passwordGenerator: addBadge(passwordGenerator, BADGES.hot),
130130
search_sharedAccount: addBadge(search_sharedAccount, BADGES.hot),
131-
viewHiddenPassword,
131+
passwordFieldToggle,
132132
checkWebDie,
133133
removeCookies,
134134
enableTextSelection,

scripts/viewHiddenPassword.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)