Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 22, 2024
1 parent 4e208e4 commit 2cae8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homebridge-ui/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PluginUiServer extends HomebridgePluginUiServer {
}),
headers: {
'Accept': 'application/json',
'Authorization': `Bearer ${auth}`,
'Authorization': `Basic ${auth}`,
'Content-Type': 'application/x-www-form-urlencoded',
},
method: 'POST',
Expand Down

0 comments on commit 2cae8df

Please sign in to comment.