Loading src/index.ts +4 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,10 @@ app.get("/api/callback", async (req, res) => { }; }>(exchange.access_token); console.log( new Date().toISOString() + "\t" + whoami.sub + " authenticated successfully" ); res.contentType("html").send( renderStatic({ title: "Success", Loading Loading
src/index.ts +4 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,10 @@ app.get("/api/callback", async (req, res) => { }; }>(exchange.access_token); console.log( new Date().toISOString() + "\t" + whoami.sub + " authenticated successfully" ); res.contentType("html").send( renderStatic({ title: "Success", Loading