Auto-fix formatting issues
This commit is contained in:
5
src-tauri/src/inject/event.js
vendored
5
src-tauri/src/inject/event.js
vendored
@@ -508,7 +508,10 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const isMatch = oauthPatterns.some(
|
const isMatch = oauthPatterns.some(
|
||||||
(pattern) => pattern.test(hostname) || pattern.test(pathname) || pattern.test(fullUrl),
|
(pattern) =>
|
||||||
|
pattern.test(hostname) ||
|
||||||
|
pattern.test(pathname) ||
|
||||||
|
pattern.test(fullUrl),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isMatch) {
|
if (isMatch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user