Login using Email and Password #2359
-
Login implemeted using Email and Password format but how to maintain its loggedIn state so that it can be easily accessible throughout the application. This is my code: interface ActionData { export async function action({request, context}: {request: any; context: any}) { try {
} catch (error) { export default function Login() { const handleChange = (e: any) => { useEffect(() => { return (
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are two ways for customers to login to a Hydrogen site.
|
Beta Was this translation helpful? Give feedback.
There are two ways for customers to login to a Hydrogen site.