#176: Started building out SAML/SSO authentication example with Okta

This commit is contained in:
frikky
2021-09-18 02:47:29 +02:00
parent dae5612722
commit 96cf883f08
5 changed files with 23 additions and 2 deletions
+4
View File
@@ -289,6 +289,10 @@ const Header = props => {
}}
>
{userdata.orgs.map((data, index) => {
if (data.name === undefined || data.name === null || data.name.length === 0) {
return null
}
const imagesize = 22
const imageStyle = {width: imagesize, height: imagesize, pointerEvents: "none", marginRight: 10, marginLeft: data.creator_org !== undefined && data.creator_org.length > 0 ? 20 : 0}
const image = data.image === "" ?