Skip to content

Commit f4a6afe

Browse files
committed
remove unused import
1 parent 04155b2 commit f4a6afe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/libs/actions/Report.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ import getEnvironment from '@libs/Environment/getEnvironment';
6969
import type EnvironmentType from '@libs/Environment/getEnvironment/types';
7070
import {getMicroSecondOnyxErrorWithTranslationKey} from '@libs/ErrorUtils';
7171
import fileDownload from '@libs/fileDownload';
72-
import getIsNarrowLayout from '@libs/getIsNarrowLayout';
7372
import HttpUtils from '@libs/HttpUtils';
7473
import isPublicScreenRoute from '@libs/isPublicScreenRoute';
7574
import * as Localize from '@libs/Localize';

src/pages/signin/SignInPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ function SignInPage({shouldEnableMaxHeight = true}: SignInPageInnerProps, ref: F
234234
Navigation.isNavigationReady().then(() => Navigation.navigate(ROUTES.SAML_SIGN_IN));
235235
}
236236

237+
console.error(shouldShowSMSDeliveryFailurePage);
238+
237239
let welcomeHeader = '';
238240
let welcomeText = '';
239241
const headerText = translate('login.hero.header');

0 commit comments

Comments
 (0)