Skip to content

Commit

Permalink
fix(login): steps are not used with login flow when available
Browse files Browse the repository at this point in the history
  • Loading branch information
loickaczmarek committed Dec 12, 2023
1 parent 034d010 commit 706544b
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 706544b

Please sign in to comment.