Allow refreshing the oauth token in the frontend

This commit is contained in:
Eli Ribble 2026-04-14 23:41:40 +00:00
parent 5451c297c2
commit 659df00cc9
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -77,6 +77,10 @@ export default defineConfig({
target: "http://127.0.0.1:9003",
changeOrigin: false,
},
"/oauth": {
target: "http://127.0.0.1:9003",
changeOrigin: false,
},
"/qr-code": {
target: "http://127.0.0.1:9003",
changeOrigin: false,