NTP-24367O | marking requestId null incase of login
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user