Open emclaug2 opened 3 years ago
Whenever a logout occurs, we see this:
Logout should be graceful & not throw any errors.
git clone https://github.com/brightlayer-ui/angular-workflows.git
cd angular-workflows
cd login-workflow && yarn start:example
This might not be a routing issue. It might be related to an improperly formatted asset request (i.e. an image that is being destroyed).
Describe the bug
Whenever a logout occurs, we see this:
What is the expected behavior?
Logout should be graceful & not throw any errors.
What are the steps to reproduce?
git clone https://github.com/brightlayer-ui/angular-workflows.git
).cd angular-workflows
)cd login-workflow && yarn start:example
)