Increase auth callback timeout for authenticated webview
This commit is contained in:
parent
326434273a
commit
3468446b5b
@ -11,7 +11,7 @@ window.externalApp.getExternalAuth = function(options) {
|
|||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
console.log("Calling a callback");
|
console.log("Calling a callback");
|
||||||
window[options.callback](true, responseData);
|
window[options.callback](true, responseData);
|
||||||
}, 500);
|
}, 900);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user