Log out: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
// Navigate to Impexium site and logout there | // Navigate to Impexium site and logout there | ||
setTimeout(function() { | setTimeout(function() { | ||
window.location.href = 'https://asdso.mpxstage.com/account/logout.aspx'; | |||
}, 3000); | }, 3000); | ||