Skip to content

Commit

Permalink
chore(initialization): choose biometrics screen copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Jun 13, 2024
1 parent bbe4bc3 commit ae1a81e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/wallet-mobile/src/AppNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import {AuthSetting, useAuthSetting, useAuthWithOs, useIsAuthOsSupported} from '
import {EnableLoginWithPin} from './features/Auth/EnableLoginWithPin'
import {DeveloperScreen} from './features/Dev/DeveloperScreen'
import {AgreementChangedNavigator, InitializationNavigator} from './features/Initialization'
import {
ChooseBiometricLoginScreen,
useShowBiometricsScreen,
} from './features/Initialization/ChooseBiometricLogin/ChooseBiometricLoginScreen'
import {LegalAgreement, useLegalAgreement} from './features/Initialization/common'
import {useDeepLinkWatcher} from './features/Links/common/useDeepLinkWatcher'
import {PortfolioScreen} from './features/Portfolio/useCases/PortfolioScreen'
import {SearchProvider} from './features/Search/SearchContext'
import {SetupWalletNavigator} from './features/SetupWallet/SetupWalletNavigator'
import {
ChooseBiometricLoginScreen,
useShowBiometricsScreen,
} from './features/Initialization/ChooseBiometricLogin/ChooseBiometricLoginScreen'
import {useWalletManager} from './features/WalletManager/context/WalletManagerContext'
import {useStatusBar} from './hooks/useStatusBar'
import {agreementDate} from './kernel/config'
Expand Down

0 comments on commit ae1a81e

Please sign in to comment.