limatila / MyLoginPage

A project of a simple LogIn/SignUp page. // Um projeto de um site de Cadastro e Acesso de usuários.
0 stars 0 forks source link

Slow login due to bad method. #1

Open limatila opened 1 year ago

limatila commented 1 year ago

The Login email search and the SignIn unique email check will be slow, due to for loop iterating through all the elements of the arrays. Need to develop another method for a large number of users.

Line of code below: https://github.com/limatila/MyLoginPage/blob/main/main.js#L77