Skip to content
Snippets Groups Projects
Commit db4bbbbb authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch 'consent-test' into 'dev'

fix: Refusée status should not return expired consent error

See merge request !46
parents 9321c4c8 c4a3baaa
No related branches found
No related tags found
1 merge request!46fix: Refusée status should not return expired consent error
Pipeline #113210 passed
...@@ -61,7 +61,7 @@ async function handleConsents(consents, boUrlGRDF, boToken) { ...@@ -61,7 +61,7 @@ async function handleConsents(consents, boUrlGRDF, boToken) {
await saveAccountData(accountData) await saveAccountData(accountData)
} }
if (!manualExecution) { if (!manualExecution) {
throw errors.USER_ACTION_NEEDED_SCA_REQUIRED throw errors.USER_ACTION_NEEDED_WEBAUTH_REQUIRED
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment