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.
1 parent 2438447 commit c2c5f3bCopy full SHA for c2c5f3b
examples/for-tests-react-16/src/AppWithoutRouter.js
@@ -52,10 +52,6 @@ function Routing() {
52
window.addEventListener("popstate", onLocationChange);
53
}, [setCurrentPath]);
54
55
- if (emailVerificationMode !== "OFF" && EmailVerificationPreBuiltUI.canHandleRoute()) {
56
- return EmailVerificationPreBuiltUI.getRoutingComponent();
57
- }
58
-
59
if (canHandleRoute(recipePreBuiltUIList)) {
60
return <BaseComponent>{getRoutingComponent(recipePreBuiltUIList)}</BaseComponent>;
61
}
0 commit comments