Resolved mergeconflicts

This commit is contained in:
Danny Bessems 2019-12-06 12:58:24 +00:00
parent 2f1beb47c7
commit 0a6d0bf329
1 changed files with 0 additions and 8 deletions

View File

@ -49,19 +49,11 @@ $(document).ready(function(){
token: data.SecureToken
}))
}
<<<<<<< HEAD
}).done(function(_data, _textStatus, jqXHR) {
NProgress.inc(1 / XHR.length);
console.log('CrossDomain login succeeded for domain `' + domain + '` [' + JSON.stringify(jqXHR) + ']');
}).fail(function(jqXHR) {
console.log('CrossDomain login failed for domain `' + domain + '` [' + JSON.stringify(jqXHR) + ')]');
=======
}).done(function(data, textStatus) {
NProgress.inc(1 / XHR.length);
console.log('CrossDomain login step [' + data + ':' + textStatus + ']');
}).fail(function(_jqXHR, textStatus, errorThrown) {
console.log('CrossDomain login failed for at least one domain [' + textStatus + ':' + errorThrown + ']');
>>>>>>> c94b73606231da5206372f69103173d56135a960
// Should check why this failed (timeout or bad request?), and if this is the origin domain, take action
}));
});