mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-02-14 17:49:55 +00:00
Patch getOidc function
This commit is contained in:
@@ -75,7 +75,7 @@ function logging(req, res, next) {
|
||||
next();
|
||||
}
|
||||
|
||||
async function getOidc(req, res) {
|
||||
async function getOidc(req, res, next) {
|
||||
try {
|
||||
const authEndpoint = await getOidcEndpoint();
|
||||
res.json({authEndpoint});
|
||||
|
||||
Reference in New Issue
Block a user