#Project perso Reactsanity
15 messages · Page 1 of 1 (latest)
How?
const guestLoginData = guests?.map((guest) => {
return {
userName: guest.userName,
password: guest.password,
};
});
the goal now is to make my form with username and password and the login button
so if the username and password match the db then we can go to the /home if not error message
(sorry) sometimes when i ask something it give me the answer lol
userName
:
current
:
"betty-prats"
_type
:
"slug"