Working on integration of the woka-list with the new admin endpoint.

This commit is contained in:
David Négrier
2022-02-24 21:09:19 +01:00
parent 0543232bc3
commit da469b64d2
14 changed files with 79 additions and 68 deletions
@@ -68,7 +68,7 @@ export class AuthenticateController extends BaseHttpController {
);
res.status(302);
res.setHeader("Location", loginUri);
return res;
return res.send("");
} catch (e) {
console.error("openIDLogin => e", e);
this.castErrorToResponse(e, res);