Skip to content

Commit 76044a9

Browse files
committed
Update Test-CIPPAccess.ps1
1 parent a3c90a8 commit 76044a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Authentication/Test-CIPPAccess.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function Test-CIPPAccess {
100100
$User = Test-CIPPAccessUserRole -User $User
101101
}
102102

103-
Write-Information ($User | ConvertTo-Json -Depth 5)
103+
#Write-Information ($User | ConvertTo-Json -Depth 5)
104104
# Return user permissions
105105
if ($Request.Params.CIPPEndpoint -eq 'me') {
106106
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{

0 commit comments

Comments
 (0)