mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
9e715842d9
Also fixes some typos in with-overlay
--- 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) ---