File tree Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import textToQRCode from "./textToQRCode.js";
3939import scrollToVeryEnd from "./scrollToVeryEnd.js" ;
4040import passwordGenerator from "./passwordGenerator.js" ;
4141import search_sharedAccount from "./search_sharedAccount.js" ;
42- import viewHiddenPassword from "./viewHiddenPassword .js" ;
42+ import passwordFieldToggle from "./passwordFieldToggle .js" ;
4343import checkWebDie from "./checkWebDie.js" ;
4444import removeCookies from "./removeCookies.js" ;
4545import 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,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments