Files
notifications-admin/app/main/views
Katie Smith dede87c95e Always add user to service using User.add_to_service
The `_add_invited_user_to_service` function was calling the
`user_api_client` directly to add a user to a service. It now calls the
`add_to_service` method on the User model instead so that there is only
one place in the code that calls the `user_api_client`.
2020-05-19 11:36:59 +01:00
..
2020-04-16 15:06:54 +01:00
2020-05-11 14:30:14 +01:00
2020-04-21 11:21:02 +01:00