mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 19:57:44 +02:00
Fix oauth setting view returning an error when using an auth proxy
This commit is contained in:
parent
6ef67fbc64
commit
81a88a0b1a
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
this.isFetching = true
|
this.isFetching = true
|
||||||
|
|
||||||
await this.axios.get('/oauth/personal-access-tokens')
|
await this.axios.get('/oauth/personal-access-tokens', {returnError: true})
|
||||||
.then(response => {
|
.then(response => {
|
||||||
const tokens = []
|
const tokens = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user