Update dependency @types/node to v22.18.13 - abandoned #18

Closed
renovate-bot wants to merge 5 commits from renovate/node-22.x-lockfile into master
Showing only changes of commit c1a5befe8f - Show all commits

Report BIMI issues
Some checks are pending
continuous-integration/drone/push Build is running

nemunaire 2025-10-30 14:06:28 +07:00

View file

@ -323,6 +323,13 @@
});
if (bimiResult.details && bimiResult.details.indexOf("declined") == 0) {
segments.push({ text: " declined to participate" });
} else if (bimiResult?.result !== "fail") {
segments.push({ text: " but" });
segments.push({
text: "has issues",
highlight: { color: "danger", bold: true },
link: "#authentication-bimi",
});
} else {
segments.push({ text: " for brand indicator display" });
}