We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3822556 commit 1947b31Copy full SHA for 1947b31
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Setup/Invoke-ExecUpdateRefreshToken.ps1
@@ -40,9 +40,7 @@ Function Invoke-ExecUpdateRefreshToken {
40
41
42
$Results = @{
43
- 'message' = "Successfully updated your stored authentication for $($request.body.tenantId)."
44
- 'severity' = 'success'
45
- 'state' = 'success'
+ 'message' = "Successfully updated your stored authentication for $($request.body.tenantId)."
46
'tenantId' = $Request.body.tenantId
47
}
48
} catch {
0 commit comments