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 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 ui: New Empty States (#7940) 2020-06-03 16:46:50 +00:00
index.js ui: Blink/Webkit input[type=password] workaround (#7929) 2020-06-03 16:46:43 +00:00
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)

---