mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-19 13:38:50 -04:00
fix github auth endpoints always being enabled even though not setup #7142
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
045fac4639
commit
d820f7aee0
@ -7691,7 +7691,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
||||
const domainAuthStrategyConsts = {
|
||||
twitter: 1,
|
||||
google: 2,
|
||||
github: 3,
|
||||
github: 4,
|
||||
reddit: 8, // Deprecated
|
||||
azure: 16,
|
||||
oidc: 32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user