Linting
This commit is contained in:
parent
f95b550b15
commit
418637cb6b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue