scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

[Frontend] Need to validate email before sending request to server #142

Open sachinsom93 opened 3 years ago

sachinsom93 commented 3 years ago

Describe the bug There is a small bug in login page, even if email is not a valid form of email, user can post this wrong email to server.

To Reproduce Steps to reproduce the behavior:

  1. Go to login page
  2. write a non-valid email and send request to server

Expected behavior Page should show a error saying that email is not valid.

Screenshots