open-consul/ui/packages/consul-ui/app/components/auth-form
John Cowen cf3e353573
ui: Upgrade the rest of the UI to use the new Notice component (#9035)
2020-10-26 16:51:53 +00:00
..
README.mdx
chart.xstate.js
index.hbs ui: Upgrade the rest of the UI to use the new Notice component (#9035) 2020-10-26 16:51:53 +00:00
index.js
pageobject.js

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)

---