open-consul/ui/packages/consul-ui/app/components/auth-form
John Cowen 1b9586b65e
ui: Address some Admin Partition FIXMEs (#11057)
This commit addresses some left over admin partition FIXMEs

1. Adds Partition correctly to Service Instances
2. Converts non-important 'we can do this later' FIXMEs to TODOs
3. Removes some FIXMEs that I've double checked and addressed.

Most of the remaining FIXMEs I'm waiting on responses to questions from
the consul core folks for. I'll address those in a separate PR.
2021-10-01 11:07:58 +01:00
..
README.mdx ui: Improves UI engineering docs (#9875) 2021-03-17 15:58:17 +00:00
chart.xstate.js
index.hbs ui: Address some Admin Partition FIXMEs (#11057) 2021-10-01 11:07:58 +01:00
index.js
index.scss ui: Colocate remaining CSS components to the app/components folder (#10328) 2021-06-23 09:19:35 +01:00
layout.scss ui: Colocate remaining CSS components to the app/components folder (#10328) 2021-06-23 09:19:35 +01:00
pageobject.js
skin.scss ui: Colocate remaining CSS components to the app/components folder (#10328) 2021-06-23 09:19:35 +01:00

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)

---