From 03ae216b695499a99e18fac7de685ce01ca8e893 Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Thu, 19 Jan 2023 11:31:33 +0300 Subject: [PATCH] Chat fix --- lib/api/chat/chat_api_client.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/api/chat/chat_api_client.dart b/lib/api/chat/chat_api_client.dart index b525efd..b408362 100644 --- a/lib/api/chat/chat_api_client.dart +++ b/lib/api/chat/chat_api_client.dart @@ -29,15 +29,15 @@ class ChatApiClient { "${ApiConsts.chatLoginTokenUrl}externaluserlogin", { "employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(), - "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG", - "isMobile": true, - "deviceToken": AppState().deviceNotificationToken + "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG" + // "isMobile": true, + // "deviceToken": AppState().deviceNotificationToken }, ); print({ "employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(), - "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG", + "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG" // "isMobile": true, // "deviceToken": AppState().deviceNotificationToken });