change(ui): refresh test
This commit is contained in:
parent
79864d1d05
commit
8a9dcd510b
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export default class APIClient {
|
|||
const response = await this.fetch('/refresh', {
|
||||
method: 'GET',
|
||||
headers: this.init.headers
|
||||
});
|
||||
}, { clean: false });
|
||||
|
||||
const data = await response.json();
|
||||
const refreshedJwt = data.jwt;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue