summaryrefslogtreecommitdiff
path: root/app/(auth)/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/(auth)/_layout.tsx')
-rw-r--r--app/(auth)/_layout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/(auth)/_layout.tsx b/app/(auth)/_layout.tsx
index e18b629..3d5e604 100644
--- a/app/(auth)/_layout.tsx
+++ b/app/(auth)/_layout.tsx
@@ -24,6 +24,7 @@ export default function AuthLayout() {
<Stack.Screen name="welcome" />
<Stack.Screen name="signin" />
<Stack.Screen name="signup" />
+ <Stack.Screen name="reset-password" />
</Stack>
);
}