We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede94e2 + 8af989f commit a76d80fCopy full SHA for a76d80f
src/index.js
@@ -3,6 +3,7 @@ import { authomaticRedirect, authOptions } from './reducers';
3
4
const applyConfig = (config) => {
5
config.addonReducers = {
6
+ ...config.addonReducers,
7
authomaticRedirect,
8
authOptions,
9
};
0 commit comments