mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
code cleanup
This commit is contained in:
parent
606c88d777
commit
ef71e55543
23 changed files with 108 additions and 109 deletions
|
@ -1,9 +1,9 @@
|
|||
import { call, put, takeLatest } from 'redux-saga/effects';
|
||||
import { SagaIterator } from 'redux-saga';
|
||||
import { IApiUser, USER_ACTIONS, USER_ERRORS, USER_STATUSES } from "$redux/user/constants";
|
||||
import * as ActionCreators from '$redux/user/actions';
|
||||
import { apiUserLogin } from "$redux/user/api";
|
||||
import { userSetLoginError, userSetUser } from "$redux/user/actions";
|
||||
import { IApiUser, USER_ACTIONS, USER_ERRORS, USER_STATUSES } from "~/redux/user/constants";
|
||||
import * as ActionCreators from '~/redux/user/actions';
|
||||
import { apiUserLogin } from "~/redux/user/api";
|
||||
import { userSetLoginError, userSetUser } from "~/redux/user/actions";
|
||||
import { push } from 'connected-react-router'
|
||||
|
||||
function* sendLoginRequestSaga({ username, password }: ReturnType<typeof ActionCreators.userSendLoginRequest>): SagaIterator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue