Skip to content

Commit 1947b31

Browse files
changes
1 parent 3822556 commit 1947b31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Setup/Invoke-ExecUpdateRefreshToken.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ Function Invoke-ExecUpdateRefreshToken {
4040

4141

4242
$Results = @{
43-
'message' = "Successfully updated your stored authentication for $($request.body.tenantId)."
44-
'severity' = 'success'
45-
'state' = 'success'
43+
'message' = "Successfully updated your stored authentication for $($request.body.tenantId)."
4644
'tenantId' = $Request.body.tenantId
4745
}
4846
} catch {

0 commit comments

Comments
 (0)