Popup login dialog returns to user's Home page - does not continue to desired destination route

Issue #752 resolved
Brian Lewis repo owner created an issue

Earlier versions of this dialog cached the http call that raised the 401; then , after the user has reauthenticated; that call is replayed - so the user carries on to whatever route they were heading to.

Minor - but frustrating.

Comments (3)

  1. Brian Lewis reporter

    problem here is that the template ( in the .ts code) referenced a controller directly: ng-controller=

    and this was the wrong controller.

    Something to be alert for.

  2. Log in to comment