TP-89230 | api failed
This commit is contained in:
@@ -112,6 +112,7 @@ class AmeyoAdapter implements IAdapter {
|
||||
console.log('universal sdk', payload);
|
||||
if (payload?.data?.requestKey === RequestKeys.AMEYO_LOGIN) {
|
||||
if(payload?.data?.err) {
|
||||
console.log('on login failed', payload?.data?.err);
|
||||
this.callbacks.onLoginFailed(payload?.err);
|
||||
}
|
||||
const sessionId = payload?.data?.response?.userSessionInfo?.sessionId;
|
||||
|
||||
Reference in New Issue
Block a user