Test return
This commit is contained in:
@@ -110,8 +110,9 @@ class WrenchOauth extends BaseController
|
||||
|
||||
private function prepareOauthEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'authstart ':
|
||||
|
||||
case 'authstart':
|
||||
// may not need to call back end , juet get the configurations
|
||||
$local_out=['google','1234567'];
|
||||
|
||||
|
||||
$call_backend=false;
|
||||
|
||||
Reference in New Issue
Block a user