You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecSendPush.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -104,16 +104,16 @@ function Invoke-ExecSendPush {
104
104
105
105
if ($obj.BeginTwoWayAuthenticationResponse.result) {
106
106
$Body="Received an MFA confirmation: $($obj.BeginTwoWayAuthenticationResponse.result.value|Out-String)"
107
-
$colour='success'
107
+
$State='success'
108
108
}
109
109
if ($obj.BeginTwoWayAuthenticationResponse.AuthenticationResult-ne$true) {
110
110
$Body="Authentication Failed! Does the user have Push/Phone call MFA configured? ErrorCode: $($obj.BeginTwoWayAuthenticationResponse.result.value|Out-String)"
0 commit comments