open-consul/ui/packages/consul-ui/app/components/auth-form/README.mdx

19 lines
298 B
Plaintext

## 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)
---