mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Fixed refresh token bug
This commit is contained in:
parent
a199eeab92
commit
656c9e9e14
1 changed files with 2 additions and 1 deletions
|
|
@ -151,8 +151,9 @@ export default class API {
|
|||
|
||||
static async refreshToken(refresh) {
|
||||
return await request(`${host}/api/accounts/token/refresh/`, {
|
||||
auth: false,
|
||||
method: 'POST',
|
||||
body: { auth: false, refresh },
|
||||
body: { refresh },
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue