NTP-24367O | marking requestId null incase of login

This commit is contained in:
Mayank Singh
2025-01-02 17:54:50 +05:30
parent 4531fae450
commit 5d9d9f331c

View File

@@ -21,7 +21,7 @@ export const loginInAmeyo = (userId: string, password: string) => {
forceLogin: true,
properties: null,
captchaAuthenticationInputBean: null,
requestId: uuid(),
requestId: null, // This has to be null
}
});
};