Skip to content

Commit

Permalink
Update v4_MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 14, 2023
1 parent 5b214df commit fc4a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const usersAlso = await management.users.getAll();
| `deleteUserMultifcator` | `users.deleteMultifactorProvider` |
| `unlinkUsers` | `users.unlink` |
| `linkUsers` | `users.link` |
| `getUserLogs` | `users.logs` |
| `getUserLogs` | `users.getLogs` |
| `getUserRoles` | `users.getRoles` |
| `assignRolestoUser` | `users.assignRoles` |
| `assignUsersToRole` | `roles.assignUsers` |
Expand Down

0 comments on commit fc4a41e

Please sign in to comment.