Fixed OIDC failing tests
Signed-off-by: João Madureira <jpmadureira@gmail.com>
This commit is contained in:
@@ -153,7 +153,8 @@ export const oidcAuthenticator = createOAuthAuthenticator({
|
||||
.start(input, {
|
||||
...options,
|
||||
})
|
||||
.then(resolve);
|
||||
.then(resolve)
|
||||
.catch(reject);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user