Fix automatic logout on failure

This commit is contained in:
wpetit 2019-12-13 15:48:58 +01:00
parent 0074f318fd
commit 38815389bc
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { GiteaUnauthorizedError } from "../../util/gitea";
import { put } from 'redux-saga/effects';
import { logout } from '../actions/logout';
export function* failuresSaga(action) {
const err = action.error;