79029404df | ||
---|---|---|
.. | ||
README.mdx | ||
chart.xstate.js | ||
index.hbs | ||
index.js | ||
pageobject.js |
README.mdx
## AuthForm ```handlebars <AuthForm as |api|></AuthForm> ``` ### Methods/Actions/api | Method/Action | Description | | --- | --- | | `reset` | Reset the form back to its original empty/non-error state | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---