lingmin_package@163.com 3 недель назад
Родитель
Сommit
284ea9ccbe

+ 1 - 0
web/apps/lq_label/src/components/oauth-callback/oauth-callback.tsx

@@ -51,6 +51,7 @@ export const OAuthCallback: React.FC = () => {
 
         // Get code from URL (SSO redirected here with code)
         const code = searchParams.get('code');
+        console.log('code =', code);
 
         if (!code) {
           console.error('Missing code parameter. All params:', allParams);