This commit is contained in:
CHIEFSOFT\ameye
2023-07-08 17:53:55 -04:00
parent 5b4453f1c4
commit 60bc9cc336
+1
View File
@@ -120,6 +120,7 @@ class WrenchOauth extends BaseController
$local_out["GOOGLE_CLIENT_SECRET"] = $this->getSiteConfigurations("google.google_client_secret"); $local_out["GOOGLE_CLIENT_SECRET"] = $this->getSiteConfigurations("google.google_client_secret");
break; break;
} }
log_message('critical', "prepareOauthEndPointDataL FINAL DATA".serialize($local_out) );
$call_backend=false; $call_backend=false;
break; break;
case 'authlogin': case 'authlogin':