c96fd3778e
* ui: If an auth-method is in another namespace than default, make that clear * Pass through the namespace of the auth method rather than use the current * Make sure we refresh the application route, before redirecting This ensure that the nspaces and are refreshed in the main nav menu |
||
---|---|---|
.. | ||
README.mdx | ||
chart.xstate.js | ||
index.hbs | ||
index.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) ---