Skip to content

Commit

Permalink
Merge pull request #24 from loickaczmarek/fix/login_steps
Browse files Browse the repository at this point in the history
fix(login): steps are not used with login flow when available
  • Loading branch information
alicehaupais authored Dec 18, 2023
2 parents a1d8925 + b9d2b07 commit ab75941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EcoSonar-API/services/loginProxyConfigurationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ LoginProxyConfigurationService.prototype.getLoginCredentials = async function (p
loginInformations = {
authentication_url: result.login.get('authentication_url'),
username: result.login.get('username'),
password: result.login.get('password')
password: result.login.get('password'),
steps: result.login.get('steps')
}
}
})
Expand Down

0 comments on commit ab75941

Please sign in to comment.