Fixed an issue where SSO URL was not being parsed on the login page

This commit is contained in:
Frikky
2025-03-05 14:09:13 +01:00
parent 6a2355c6f6
commit 6598fe7cfe
4 changed files with 39 additions and 7 deletions
+1 -2
View File
@@ -694,8 +694,7 @@ const Docs = (defaultprops) => {
<LinkIcon />
</Link>
</div>
{extraInfo && userdata?.support}
{isArticlePage ? (userdata?.support ? extraInfo : "") : extraInfo}
</Typography>
)
}