43e860d3c5
If we do a router.push to the login view the previous component will receive anyway the error and set the global error after the login view is mounted (!!!) and so the main app will show the global error instead of the login view. Not sure how to avoid this. As a really ugly workaround just return an empty response on 401 so the components (since they are currently assumong the response is always define) will throw an exception and not set the global error. |
||
---|---|---|
.. | ||
AddLinkedAccount.vue | ||
Home.vue | ||
Login.vue | ||
Logout.vue | ||
Oauth2.vue | ||
Org.vue | ||
Project.vue | ||
ProjectGroup.vue | ||
Register.vue | ||
User.vue |