Skip to content

Commit

Permalink
Merge pull request #15974 from tienifr/fix/15785
Browse files Browse the repository at this point in the history
Fix/15785 https://new.expensify.com/concierge doesn't redirect to Concierge chat after sign-up/sign-in
  • Loading branch information
marcochavezf authored Mar 16, 2023
2 parents 0efe6ac + 5aca879 commit 201dfd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libs/Navigation/AppNavigator/PublicScreens.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import SignInPage from '../../../pages/signin/SignInPage';
import SetPasswordPage from '../../../pages/SetPasswordPage';
import ValidateLoginPage from '../../../pages/ValidateLoginPage';
import LogInWithShortLivedAuthTokenPage from '../../../pages/LogInWithShortLivedAuthTokenPage';
import ConciergePage from '../../../pages/ConciergePage';
import SCREENS from '../../../SCREENS';
import defaultScreenOptions from './defaultScreenOptions';

Expand Down Expand Up @@ -32,11 +31,6 @@ const PublicScreens = () => (
options={defaultScreenOptions}
component={SetPasswordPage}
/>
<RootStack.Screen
name="Concierge"
options={defaultScreenOptions}
component={ConciergePage}
/>
</RootStack.Navigator>
);

Expand Down

0 comments on commit 201dfd9

Please sign in to comment.