mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-02 11:39:19 +01: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…
Reference in New Issue
Block a user