Skip to content

Commit

Permalink
Fix RequestGHDevCode
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 20, 2023
1 parent 53cc5bc commit 1699aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GitHub/public/DeviceFlow/Request-GitHubDeviceCode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
$RESTParams = @{
Uri = 'https://github.com/login/device/code'
Method = 'POST'
Accept = 'application/json'
Body = $body
Headers = $headers
}
Expand Down

0 comments on commit 1699aff

Please sign in to comment.