mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +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
|
||||
|
||||
await this.axios.get('/oauth/personal-access-tokens')
|
||||
await this.axios.get('/oauth/personal-access-tokens', {returnError: true})
|
||||
.then(response => {
|
||||
const tokens = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user