Redirect non-emailVerified users to www (#108)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
7c372875bf
commit
a4adf7283d
@@ -37,6 +37,7 @@ const rootEpic = combineEpics(analyticsEpic, ...appEpics, ...challengeEpics);
|
||||
const epicMiddleware = createEpicMiddleware(rootEpic, {
|
||||
dependencies: {
|
||||
window: typeof window !== 'undefined' ? window : {},
|
||||
location: typeof window !== 'undefined' ? window.location : {},
|
||||
document: typeof window !== 'undefined' ? document : {},
|
||||
services: servicesCreator(serviceOptions)
|
||||
}
|
||||
|
Reference in New Issue
Block a user