consul/ui-v2/app/components/auth-form
John Cowen a0393c6ecf ui: Colocate pageobject components with their components (#8098) 2020-06-12 15:50:34 +00:00
..
README.mdx UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
chart.xstate.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
index.hbs Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
index.js Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
pageobject.js ui: Colocate pageobject components with their components (#8098) 2020-06-12 15:50:34 +00: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)

---