Skip to content

Commit

Permalink
Modified app reg checks
Browse files Browse the repository at this point in the history
  • Loading branch information
neelavarshad committed Aug 7, 2024
1 parent b66be8d commit 65ff90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if($LogoURLico) {
#region Create AAD App Registrations

#Record the current ADApps to reduce deployment instructions at the end
$ISLoginAppProvided = ($ADApplicationIDAdmin -ne "" -and $ADMTApplicationIDPortal -ne "")
$ISLoginAppProvided = ($ADApplicationIDAdmin -ne "" && $ADMTApplicationIDPortal -ne "")

$ISLoginAppProvided1 = ($ADApplicationIDAdmin && $ADMTApplicationIDPortal)
Write-Host "adapidadmin: $ADApplicationIDAdmin"
Expand Down

0 comments on commit 65ff90f

Please sign in to comment.