Skip to content

Commit f915428

Browse files
committed
remove unnecessary validate login check
1 parent 6f91ef1 commit f915428

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/libs/actions/Report.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,11 +3389,6 @@ function openReportFromDeepLink(url: string) {
33893389
return;
33903390
}
33913391

3392-
if (CONST.REGEX.ROUTES.VALIDATE_LOGIN.test(`${route}`)) {
3393-
Navigation.navigate(route as Route);
3394-
return;
3395-
}
3396-
33973392
// Navigate to the report after sign-in/sign-up.
33983393
InteractionManager.runAfterInteractions(() => {
33993394
waitForUserSignIn().then(() => {

0 commit comments

Comments
 (0)