LoginForm
A login form block with email and password fields, a remember-me checkbox and a forgot-password link. Wired up to the useAccAuth composable so it signs users in out of the box.
Install
Run the following command to install the login form block:
npx acc-nuxt add LoginFormPreview
Authentication
This block works automatically with the useAccAuth composable. On submit it calls signInWithPassword, which authenticates against the Accelerator auth endpoints and syncs the global auth state for you — no extra wiring required. The rememberMe checkbox maps to the session duration (long vs short).