Fix oauth setting view returning an error when using an auth proxy

This commit is contained in:
Bubka 2022-05-16 23:27:43 +02:00
parent 6ef67fbc64
commit 81a88a0b1a

View File

@ -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 = []