Help making login function c#
Im currently trying to code a login function
I have the registration my user is getting saved in the db!
So now i want to check the user(I am using Asp.Net Web Api for it) my api is connected to my frontend and like i said the user is being saved in the db. i wrote that method for the login in my api(see picture) and idk how i could bind that in my frontend...
I have the registration my user is getting saved in the db!
So now i want to check the user(I am using Asp.Net Web Api for it) my api is connected to my frontend and like i said the user is being saved in the db. i wrote that method for the login in my api(see picture) and idk how i could bind that in my frontend...
