agola-web/src/views
Simone Gotti 43e860d3c5 auth/data: avoid setting global errors when receiving a 401
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.
2019-07-05 13:41:43 +02:00
..
AddLinkedAccount.vue *: move to tailwind css 2019-05-21 12:13:21 +02:00
Home.vue Initial commit 2018-12-09 14:21:20 +01:00
Login.vue auth/data: avoid setting global errors when receiving a 401 2019-07-05 13:41:43 +02:00
Logout.vue *: handle api errors 2019-05-13 16:29:47 +02:00
Oauth2.vue *: move to tailwind css 2019-05-21 12:13:21 +02:00
Org.vue *: move settings to dropdown menu 2019-05-21 14:55:43 +02:00
Project.vue *: move settings to dropdown menu 2019-05-21 14:55:43 +02:00
ProjectGroup.vue *: move settings to dropdown menu 2019-05-21 14:55:43 +02:00
Register.vue auth/data: avoid setting global errors when receiving a 401 2019-07-05 13:41:43 +02:00
User.vue *: rename user local run to user direct run 2019-06-11 12:06:06 +02:00