harundogdu / twitter-clone

This is a Twitter Clone project built with Next.js, Prisma, MongoDb, Tailwind, Typescript and NextAuth libraries. It is a full-stack project that uses Next.js for the frontend and Prisma for the backend. It is a Twitter clone that allows users to create an account, login, logout, follow other users, like and retweet tweets and more.
https://twitter-clone-hd.vercel.app/
MIT License
48 stars 12 forks source link

Enter key arrangement #149

Closed yusufalperendumlu closed 11 months ago

yusufalperendumlu commented 11 months ago

Describe the bug It works when the enter key is pressed while the inputs are empty.

To Reproduce Steps to reproduce the behavior: Reproduce Steps to reproduce the behavior:

  1. Go to login/register
  2. Click on input
  3. When input is empty, it saves blank when enter is pressed
  4. See error

Expected behavior Enter key will not work when the button is disabled