Skip to content

Commit

Permalink
Opt into new auth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mthurman committed Jun 28, 2013
1 parent 4dcbcca commit f7b5d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ohe/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ exports.get_authenticate_url = function (req) {
response_type: 'code',
redirect_uri: redirect_uri,
scope: scope,
client_id: client_id
client_id: client_id,
new_onboarding: 1
});
};

Expand Down

0 comments on commit f7b5d9c

Please sign in to comment.