This commit is contained in:
iFargle
2023-02-20 15:08:37 +09:00
parent 79ad0f1bae
commit ee48e1bf5b

View File

@@ -45,8 +45,8 @@ if AUTH_TYPE.lower() == "oidc":
}
}
"""
LOG.debug("Secrets")
LOG.debug(client_secrets)
LOG.error("Secrets")
LOG.error(client_secrets)
with open("/app/instance/secrets.json", "w+") as secrets_json:
secrets_json.write(client_secrets)