From 7e0da0e72c1f9d2babb91dc2bf9d83ae2a1c6f00 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 8 Jul 2023 16:54:48 -0400 Subject: [PATCH] Test return --- www-api/app/Controllers/WrenchOauth.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www-api/app/Controllers/WrenchOauth.php b/www-api/app/Controllers/WrenchOauth.php index 4c7f8e71..0b9005ed 100644 --- a/www-api/app/Controllers/WrenchOauth.php +++ b/www-api/app/Controllers/WrenchOauth.php @@ -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;