Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

skypeWebSDKApi.signInManager.signIn do not send a response #31

Open
tntstn opened this issue Oct 23, 2017 · 0 comments
Open

skypeWebSDKApi.signInManager.signIn do not send a response #31

tntstn opened this issue Oct 23, 2017 · 0 comments

Comments

@tntstn
Copy link

tntstn commented Oct 23, 2017

Hi,

I have another problem about SigninManager. when I login in like this;

tan.tastan@abcd.com

abdc.com is reachable. but If I write wrong domain for example; tan.tastan@abcdE.com (which domain name is nonexist) I am not getting a response and my application is waiting. nothing happens. here is my sample code;

setting include username, password, domain information.

function doLogin(settings) {
return new Promise((resolve, reject) => {
window.skypeWebSDKApi.signInManager.signIn(settings).then((response) => {
resolve(response);
}, (error) => {
reject(error);
}).catch(reject);
});
}

what is the problem? what do you think?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant