Auto-fix formatting issues

This commit is contained in:
GitHub Action
2025-12-08 03:47:02 +00:00
parent 9b683cefeb
commit 9d7ce96f0c

View File

@@ -508,7 +508,10 @@ document.addEventListener("DOMContentLoaded", () => {
];
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) {