fixed styling and hiding navigation bar on StartPage and login and register button are navigating to login page
This commit is contained in:
@@ -30,7 +30,7 @@ const protectedRoutes = () => ({
|
||||
}) as const;
|
||||
|
||||
const publicRoutes = () => ({
|
||||
Start: { component: StartPageView, options: { title: translate('welcome') } },
|
||||
Start: { component: StartPageView, options: { title: translate('welcome'), headerShown: false } },
|
||||
Login: { component: AuthenticationView, options: { title: translate('signInBtn') } },
|
||||
}) as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user