From 10cb2d743fb17f6b92428bb1f96ab809bdb1b027 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Fri, 3 Dec 2021 18:19:05 +0000 Subject: [PATCH] fix: ask for pin on startup --- components/TopMenu.tsx | 4 ++-- pages/index.tsx | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/components/TopMenu.tsx b/components/TopMenu.tsx index 2248856..f175ae7 100644 --- a/components/TopMenu.tsx +++ b/components/TopMenu.tsx @@ -145,7 +145,7 @@ const TopMenu: FC = () => { boxShadow: `${colors.coolGray[900]} 0px 2px 15px`, }} > - {!isiOS && ( + {/* {!isiOS && (
  • - )} + )} */}
  • +

    please sign in with your biometrics

    ) }