We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ecc95 commit 604002fCopy full SHA for 604002f
frontend/src/plugins/auth.js
@@ -52,7 +52,7 @@ async function refreshAndSchedule() {
52
}
53
54
async function refresh() {
55
- const url = apiStore.href(apiStore.get(), 'refreshToken')
+ const url = await apiStore.href(apiStore.get(), 'refreshToken')
56
return apiStore.post(url)
57
58
0 commit comments