22 lines
328 B
Plaintext
22 lines
328 B
Plaintext
---
|
|
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)
|
|
|
|
---
|