mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
ref: Refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ export default (state = initialState, { type, payload }) => {
|
||||
config: payload.config,
|
||||
};
|
||||
case ActionTypes.AUTHENTICATE__SUCCESS:
|
||||
case ActionTypes.WITH_OIDC_AUTHENTICATE__SUCCESS:
|
||||
case ActionTypes.USING_OIDC_AUTHENTICATE__SUCCESS:
|
||||
return {
|
||||
...state,
|
||||
isInitializing: true,
|
||||
|
||||
Reference in New Issue
Block a user