Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Initial login clears cached org unit settings.
- this.org.clearCachedSettings().then(_ => {
- // Force reload of the app after a successful login.
- // This allows the route resolver to re-run with a
- // valid auth token and workstation.
- <<<<<<< HEAD
- // Temporarily redirect to AngularJS splash page
- // (LP#1848550/LP#1835128)
- window.location.href = '/eg/staff/splash';
- // this.ngLocation.prepareExternalUrl(url);
- =======
- window.location.href =
- this.ngLocation.prepareExternalUrl(url);
- >>>>>>> 79a528bcaa... LP1848550 Cache org settings in IndexedDB (Angular)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement