Skip to content

Commit

Permalink
adasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Oct 5, 2024
1 parent 8afb9fb commit b281e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenantDetails/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ try {
try {
# $($TenantInformation.tenantId)
$cssContent = Invoke-WebRequest -Uri $userTenantBranding.CustomizationFiles.customCssUrl -UseBasicParsing | Select-Object -ExpandProperty Content
if ($cssContent -like "*$($TenantInformation.tenantId)*") {
if ($cssContent -like "*$($TenantInformation.tenantId)*" -OR $cssContent -like "*dscm.li*") {
Write-Host "sdsdfsf"
$aitm = $true
} else {
Expand Down

0 comments on commit b281e7a

Please sign in to comment.