Updates on Oauth register method and New designer open action on process list
This commit is contained in:
@@ -20,6 +20,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
|
||||
$client->setClientDescription($data['description']);
|
||||
$client->setClientWebsite($data['web_site']);
|
||||
$client->setRedirectUri($data['callback_url']);
|
||||
$client->setUsrUid($_SESSION['USER_LOGGED']);
|
||||
|
||||
$client->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user