diff --git a/resources/js/views/settings/OAuth.vue b/resources/js/views/settings/OAuth.vue index c7f6f7fc..8f632710 100644 --- a/resources/js/views/settings/OAuth.vue +++ b/resources/js/views/settings/OAuth.vue @@ -84,7 +84,7 @@ this.isFetching = true - await this.axios.get('/oauth/personal-access-tokens') + await this.axios.get('/oauth/personal-access-tokens', {returnError: true}) .then(response => { const tokens = []