Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2022-01-12 10:56:50 +01:00
21 changed files with 41 additions and 39 deletions
@@ -32,7 +32,7 @@ export class AuthenticateController extends BaseController {
try {
const { nonce, state, playUri, redirect } = parse(req.getQuery());
if (!state || !nonce) {
throw "missing state and nonce URL parameters";
throw new Error("missing state and nonce URL parameters");
}
const loginUri = await openIDClient.authorizationUrl(