diff --git a/app/(root)/(tabs)/profile.tsx b/app/(root)/(tabs)/profile.tsx index 1ce40e4..7b83225 100644 --- a/app/(root)/(tabs)/profile.tsx +++ b/app/(root)/(tabs)/profile.tsx @@ -62,6 +62,16 @@ const Profile = () => { /> + + { + signOut(); + router.push(`/(auth)/sign-in`); + }} + bgVariant="danger" + /> );