>
) : (
@@ -45,15 +61,27 @@ export function Welcome1({ clickAction1, map }: ChapterProps) {
Join us and grow the network by adding projects and events to the map.
Create your personal profile and place it on the map.
-
-
+
+ {isAuthenticated ? (
+
+ ) : (
+
+ )}
>
)}
diff --git a/lib/src/Components/Auth/index.tsx b/lib/src/Components/Auth/index.tsx
index d1029e26..8d78b834 100644
--- a/lib/src/Components/Auth/index.tsx
+++ b/lib/src/Components/Auth/index.tsx
@@ -1,4 +1,4 @@
-export { AuthProvider } from './useAuth'
+export { AuthProvider, useAuth } from './useAuth'
export { LoginPage } from './LoginPage'
export { SignupPage } from './SignupPage'
export { RequestPasswordPage } from './RequestPasswordPage'