Advertisement
chrissharp123

Untitled

Apr 7th, 2020
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.82 KB | None | 0 0
  1.                     // Initial login clears cached org unit settings.
  2.                     this.org.clearCachedSettings().then(_ => {
  3.  
  4.                         // Force reload of the app after a successful login.
  5.                         // This allows the route resolver to re-run with a
  6.                         // valid auth token and workstation.
  7. <<<<<<< HEAD
  8.  
  9.                         // Temporarily redirect to AngularJS splash page
  10.                         // (LP#1848550/LP#1835128)
  11.                         window.location.href = '/eg/staff/splash';
  12.                             // this.ngLocation.prepareExternalUrl(url);
  13.  
  14. =======
  15.                         window.location.href =
  16.                             this.ngLocation.prepareExternalUrl(url);
  17. >>>>>>> 79a528bcaa... LP1848550 Cache org settings in IndexedDB (Angular)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement