Skip to content

Commit

Permalink
fix: reset head pointer two steps back
Browse files Browse the repository at this point in the history
  • Loading branch information
Agastya18 committed Mar 1, 2025
1 parent 8e376cb commit 7bb6659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/native/app/(auth)/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const LoginScreen = () => {
console.log(isLoginEnabled);
const router = useRouter();

const handleLogIn = () => {};
const handleLogIn = () => {
console.log("Logging in...");
};

return (
<KeyboardAvoidingView
Expand Down

0 comments on commit 7bb6659

Please sign in to comment.