This commit is contained in:
Rory Powell 2021-07-23 14:42:28 +01:00
parent b5c12e6265
commit 8a77947a01
1 changed files with 0 additions and 2 deletions

View File

@ -158,7 +158,6 @@ exports.publicSettings = async function (ctx) {
} else {
config.config.google = false
}
// oidc button flag
if (oidcConfig && oidcConfig.config) {
@ -167,7 +166,6 @@ exports.publicSettings = async function (ctx) {
} else {
config.config.oidc = false
}
ctx.body = config
} catch (err) {