RegisterForm
A pre-built Register form block with an email field, password field, and live password requirements feedback. Wired up to the useAccAuth composable so it works out of the box.
Install
Run the following command to install the register form block:
npx acc-nuxt add RegisterFormPreview
Authentication
This block works automatically with the useAccAuth composable. On submit it calls signUp with the provided email and password. After a successful submit it shows a confirmation message telling the user to check their email for the next step.