Fixed OIDC failing tests

Signed-off-by: João Madureira <jpmadureira@gmail.com>
This commit is contained in:
João Madureira
2025-02-17 15:13:35 +00:00
parent fec0a8956a
commit 497ed901e1
@@ -153,7 +153,8 @@ export const oidcAuthenticator = createOAuthAuthenticator({
.start(input, {
...options,
})
.then(resolve);
.then(resolve)
.catch(reject);
});
},