1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
This commit is contained in:
Chocobozzz 2022-07-13 11:58:01 +02:00
parent e45dd87b93
commit ba2684cedd
No known key found for this signature in database
GPG key ID: 583A612D890159BE
44 changed files with 93 additions and 63 deletions

View file

@ -166,7 +166,7 @@ function getBypassFromExternalAuth (username: string, externalAuthToken: string)
return {
bypass: true,
pluginName: npmName,
authName: authName,
authName,
user
}
}