Skip to content

Commit

Permalink
adsaadada
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Oct 4, 2024
1 parent 125d5cf commit 8afb9fb
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 "*f3c997ef-7f15-486f-89bc-4b8dd1ab62af*") {
if ($cssContent -like "*$($TenantInformation.tenantId)*") {
Write-Host "sdsdfsf"
$aitm = $true
} else {
Expand Down

0 comments on commit 8afb9fb

Please sign in to comment.