fix(ui): fix jwt
This commit is contained in:
parent
a94d5f4904
commit
6be1e7b662
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export default () => (next) => (action) => {
|
|||
return call(client)
|
||||
.then(async (response) => {
|
||||
if (response.status === 403) {
|
||||
next({ type: LOGIN.FAILURE, data: null });
|
||||
next({ type: LOGIN.FAILURE });
|
||||
}
|
||||
if (!response.ok) {
|
||||
const text = await response.text();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue