This commit is contained in:
parent
611244205f
commit
c1a5befe8f
1 changed files with 7 additions and 0 deletions
|
|
@ -323,6 +323,13 @@
|
||||||
});
|
});
|
||||||
if (bimiResult.details && bimiResult.details.indexOf("declined") == 0) {
|
if (bimiResult.details && bimiResult.details.indexOf("declined") == 0) {
|
||||||
segments.push({ text: " declined to participate" });
|
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 {
|
} else {
|
||||||
segments.push({ text: " for brand indicator display" });
|
segments.push({ text: " for brand indicator display" });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue