Skip to content

Commit 84e27ee

Browse files
committed
Update usage of ember-mu-registration
1 parent c882ca4 commit 84e27ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TUTORIALS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,13 +435,14 @@ We now have an endpoint for registration in the backend. We need a complementary
435435
First, install the addon by executing the following command in your Ember project.
436436
```bash
437437
ember install ember-mu-registration
438+
ember install ember-resolver
438439
```
439440

440441
Next, just include the `{{mu-register}}`, `{{mu-unregister}}` and `{{mu-change-password}}` component in your template.
441442

442443
```hbs
443444
{{!-- app/templates/registration.hbs --}}
444-
{{mu-register}}
445+
<MuRegister />
445446
```
446447

447448
The components will automatically send the correct requests to the backend. You can customize the component’s template and/or behavior as explained in the addon’s [README](https://github.com/mu-semtech/ember-mu-registration#advanced-usage).

0 commit comments

Comments
 (0)