change(ui): refresh test

This commit is contained in:
Shekar Siri 2023-11-07 12:42:40 +01:00
parent 79864d1d05
commit 8a9dcd510b

View file

@ -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;