From 5959ee4703362106fe0fc6fea3a979916eb0f767 Mon Sep 17 00:00:00 2001 From: Taron Date: Tue, 9 Jul 2024 13:24:42 +0400 Subject: [PATCH] replace default unauthorized route path --- packages/app/auth/AuthWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/auth/AuthWrapper.tsx b/packages/app/auth/AuthWrapper.tsx index 2d3a58ec0..ad2ee75a2 100644 --- a/packages/app/auth/AuthWrapper.tsx +++ b/packages/app/auth/AuthWrapper.tsx @@ -24,7 +24,7 @@ export const AuthWrapper = ({ ); const defaultUnauthorizedElement = - Platform.OS === 'web' ? : ; + Platform.OS === 'web' ? : ; return (