Skip to content

Commit 2b8fe3e

Browse files
committed
hotfix
1 parent 2d32f76 commit 2b8fe3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/passwordGenerator.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default {
88
en: "You only have to remember 1 password",
99
vi: "Bạn chỉ còn cần phải nhớ 1 mật khẩu",
1010
},
11+
changeLogs: {
12+
"2024-07-11": "hotfix",
13+
},
1114

1215
contentScript: {
1316
onClick: function () {
@@ -125,6 +128,7 @@ export default {
125128
" + Tự động điền vào trang web khi nhập đúng Mật_khẩu_Chính\n" +
126129
"\nNhập Mật_khẩu_Chính của bạn:"
127130
);
131+
let host, sld, domain, D;
128132
if (master != "" && master != null) {
129133
host = document.location.href.match(/http(s*):\/\/([^/]+)/)[2];
130134
if (

0 commit comments

Comments
 (0)