diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs index d38f8d3..dc533c4 100755 --- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs +++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs @@ -239,7 +239,7 @@ namespace OwinOAuthProvidersDemo //{ // ClientId = "", // ClientSecret = "", - // TeamId = "IntelliAgent" // optional + // TeamId = "" // optional //}; //options.Scope.Add("identify"); //app.UseSlackAuthentication(options); @@ -250,4 +250,4 @@ namespace OwinOAuthProvidersDemo //); } } -} \ No newline at end of file +}