mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Initial Commit Rework
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { createAction } from 'redux-actions';
|
||||
import * as types from './actionTypes';
|
||||
import oAuthActionHandlers from './oAuthActionHandlers';
|
||||
|
||||
export const startOAuth = oAuthActionHandlers[types.START_OAUTH];
|
||||
export const setOAuthValue = createAction(types.SET_OAUTH_VALUE);
|
||||
export const resetOAuth = createAction(types.RESET_OAUTH);
|
||||
Reference in New Issue
Block a user