sunuid-sdk 1.0.45 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/sunuid-sdk.esm.js
CHANGED
|
@@ -2613,6 +2613,8 @@ function _unsupportedIterableToArray(r, a) {
|
|
|
2613
2613
|
// Si c'est un format WebSocket, extraire les données de responseData
|
|
2614
2614
|
if (websocketData.responseData) {
|
|
2615
2615
|
console.log('✅ Format WebSocket détecté, extraction de responseData');
|
|
2616
|
+
console.log('🔍 Contenu complet de responseData:', websocketData.responseData);
|
|
2617
|
+
console.log('🔍 Clés disponibles dans responseData:', Object.keys(websocketData.responseData));
|
|
2616
2618
|
var authData = {
|
|
2617
2619
|
token: websocketData.responseData.token || websocketData.responseData.auth_token,
|
|
2618
2620
|
session_id: websocketData.responseData.session_id || websocketData.responseData.sessionId,
|