Working on integration of the woka-list with the new admin endpoint.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user