We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e41498 commit 66ad79bCopy full SHA for 66ad79b
src/components/DeeplinkWrapper/index.website.tsx
@@ -75,7 +75,7 @@ function DeeplinkWrapper({children, isAuthenticated, autoAuthState, initialUrl}:
75
isUnsupportedDeeplinkRoute ||
76
hasShownPrompt ||
77
isConnectionCompleteRoute ||
78
- // CONFIG.ENVIRONMENT === CONST.ENVIRONMENT.DEV ||
+ CONFIG.ENVIRONMENT === CONST.ENVIRONMENT.DEV ||
79
autoAuthState === CONST.AUTO_AUTH_STATE.NOT_STARTED ||
80
Session.isAnonymousUser()
81
) {
0 commit comments