Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

APIContext looses the clientID information #328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -64,6 +64,7 @@ public APIContext() {
*/
public APIContext(String clientID, String clientSecret, String mode) {
this(clientID, clientSecret, mode, null);
addConfiguration(Constants.CLIENT_ID, clientID);
}

/**
Expand Down