You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TUTORIALS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,13 +435,14 @@ We now have an endpoint for registration in the backend. We need a complementary
435
435
First, install the addon by executing the following command in your Ember project.
436
436
```bash
437
437
ember install ember-mu-registration
438
+
ember install ember-resolver
438
439
```
439
440
440
441
Next, just include the `{{mu-register}}`, `{{mu-unregister}}` and `{{mu-change-password}}` component in your template.
441
442
442
443
```hbs
443
444
{{!-- app/templates/registration.hbs --}}
444
-
{{mu-register}}
445
+
<MuRegister />
445
446
```
446
447
447
448
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