We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f249bd commit f66133eCopy full SHA for f66133e
1 file changed
README.md
@@ -87,7 +87,7 @@ public class MyAuth0Service : IAuth0Service
87
{
88
private readonly IManagementApiClient _managementApiClient;
89
90
- public AuthController(IManagementApiClient managementApiClient)
+ public MyAuth0Service(IManagementApiClient managementApiClient)
91
92
_managementApiClient = managementApiClient;
93
}
0 commit comments