From 22999a60e687c0bacfd90d51a2dab5545c464621 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 2 Jul 2021 11:36:53 +0300 Subject: [PATCH] Auth: Fix switching to QR code on mobiles --- src/components/auth/Auth.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/auth/Auth.tsx b/src/components/auth/Auth.tsx index dd71dd6d..dd7253c5 100644 --- a/src/components/auth/Auth.tsx +++ b/src/components/auth/Auth.tsx @@ -35,6 +35,7 @@ const Auth: FC = ({ authState, reset, initApi }) => case 'authorizationStateWaitPhoneNumber': return ; case 'authorizationStateWaitQrCode': + return ; default: return PLATFORM_ENV === 'iOS' || PLATFORM_ENV === 'Android' ?