open-consul/ui-v2/app/components/auth-form
John Cowen 79029404df
ui: Colocate pageobject components with their components (#8098)
2020-06-12 16:50:09 +01:00
..
README.mdx
chart.xstate.js
index.hbs ui: New Empty States (#7940) 2020-06-03 16:46:50 +00:00
index.js
pageobject.js ui: Colocate pageobject components with their components (#8098) 2020-06-12 16:50:09 +01:00

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)

---