|
|
@@ -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);
|