Login
The Login function allows users to access the application by identifying themselves and authenticating themselves. users must fill out a form with an email and password that match a user

Email : In this field you must send the email of the user who will log in.
Password : In this field you must send the password of the user who will log in.
Step by Step :

Error login : It runs when the user has connection problems when logging in
OutVars
Invalid credentials : It runs when any of the credentials I enter are incorrect.
OutVars
Successful login : It is executed when the user logs in successfully.
OutVars
Last updated
Was this helpful?