Possibility to configure an OpenID Connect provider on the instance level WIP (#128).
This commit is contained in:
@ -151,7 +151,7 @@ async function displayConverseJS (
|
||||
(forceType ? '?forcetype=1' : ''),
|
||||
{
|
||||
method: 'GET',
|
||||
headers: peertubeHelpers.getAuthHeader()
|
||||
headers: authHeader
|
||||
}
|
||||
)
|
||||
if (!response.ok) {
|
||||
|
Reference in New Issue
Block a user