Skip to content

Commit

Permalink
Update packages/cozy-harvest-lib/src/helpers/oauth.js
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Valmori <quentin.valmori@gmail.com>
  • Loading branch information
doubleface and Crash-- committed Jun 9, 2022
1 parent 29dbedc commit 2f9a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-harvest-lib/src/helpers/oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const getAppSlug = client => {
* @param {string} redirectSlug The app we want to redirect the user on after the end of the flow
* @param {Object} extraParams some extra parameters to add to the query string
* @param {Boolean} reconnect Are we trying to reconnect an existing account ?
* @param {io.cozy.accounts} account targetted account if any
* @param {io.cozy.accounts} account targeted account if any
* @return {Object} Object containing: `oAuthUrl` (URL of cozy stack OAuth endpoint) and `oAuthStateKey` (localStorage key)
*/
export const prepareOAuth = (
Expand Down

0 comments on commit 2f9a6f4

Please sign in to comment.