BUG_14693 Some functionalities inside the BPMN designer are not working

An automatic registration was added when the user login for the first time into a new workspace.
This commit is contained in:
jennylee
2014-04-28 15:59:46 -04:00
parent b3a1cc3532
commit e49590557c

View File

@@ -185,7 +185,7 @@ try {
$oauthClients = new OauthClients();
$oauthClients->setClientId('x-pm-local-client');
$oauthClients->setClientSecret('179ad45c6ce2cb97cf1029e212046e82');
$oauthClients->setClientSecret('179ad45c6ce2cb97cf1029e212046e81');
$oauthClients->setClientName('PM Web Designer');
$oauthClients->setClientDescription('ProcessMaker Web Designer App');
$oauthClients->setClientWebsite('www.processmaker.com');