VerifyForm
A verification status block that reads the token from the URL, calls verify, and displays loading, success, or error states. Wired up to the useAccAuth composable out of the box.
Install
Run the following command to install the verify form block:
npx acc-nuxt add VerifyFormPreview
Verifying your account
Authentication
This block works automatically with the useAccAuth composable. It reads the token query parameter from the URL and passes it to verify on mount. While the request is in flight it shows a loading spinner, then renders either a success countdown or an error message — no extra wiring required.