Merge branch 'develop' into dist/ubuntu/bionic/develop
This commit is contained in:
commit
acde7436da
@ -1,5 +1,6 @@
|
|||||||
import { GiteaUnauthorizedError } from "../../util/gitea";
|
import { GiteaUnauthorizedError } from "../../util/gitea";
|
||||||
import { put } from 'redux-saga/effects';
|
import { put } from 'redux-saga/effects';
|
||||||
|
import { logout } from '../actions/logout';
|
||||||
|
|
||||||
export function* failuresSaga(action) {
|
export function* failuresSaga(action) {
|
||||||
const err = action.error;
|
const err = action.error;
|
||||||
|
Loading…
Reference in New Issue
Block a user