From 4ce67c8bc152043598fbddb349a74ffee5b6d5f2 Mon Sep 17 00:00:00 2001 From: NikkiWines Date: Thu, 19 Dec 2024 21:16:51 -0500 Subject: [PATCH] add back navigation import --- src/pages/signin/SAMLSignInPage/index.native.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/signin/SAMLSignInPage/index.native.tsx b/src/pages/signin/SAMLSignInPage/index.native.tsx index 501a4e0fde10..b252cb9cbed2 100644 --- a/src/pages/signin/SAMLSignInPage/index.native.tsx +++ b/src/pages/signin/SAMLSignInPage/index.native.tsx @@ -11,6 +11,7 @@ import getPlatform from '@libs/getPlatform'; import getUAForWebView from '@libs/getUAForWebView'; import Log from '@libs/Log'; import {handleSAMLLoginError, postSAMLLogin} from '@libs/LoginUtils'; +import Navigation from '@libs/Navigation/Navigation'; import * as Session from '@userActions/Session'; import CONFIG from '@src/CONFIG'; import ONYXKEYS from '@src/ONYXKEYS';