Loading backend/src/routes/express.ts +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ app.use( }), ); app.get("/.well-known/com.sc07.fediverse-auth", (req, res) => { app.get("/.well-known/com.sc07.fediverse-auth", cors(), (req, res) => { res.json({ registration: { mode: process.env.OIDC_REGISTRATION_TOKEN ? "private" : "public", Loading Loading
backend/src/routes/express.ts +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ app.use( }), ); app.get("/.well-known/com.sc07.fediverse-auth", (req, res) => { app.get("/.well-known/com.sc07.fediverse-auth", cors(), (req, res) => { res.json({ registration: { mode: process.env.OIDC_REGISTRATION_TOKEN ? "private" : "public", Loading