open-consul/ui/packages/consul-ui/app/components/auth-form
..
README.mdx
chart.xstate.js
index.hbs
index.js
pageobject.js

README.mdx

---
class: ember
---
# AuthForm

```hbs preview-template
<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)

---