Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api.user_manager: call UserManager parent with all arguments
Rework the UserManager constructor to call the parent class with all the arguments passed using the sandard idiom. The arguments aren't used in the constructor, so this makes it entirely generic, safer and future-proof. Signed-off-by: Guillaume Tucker <[email protected]>
- Loading branch information