Update Startup.Auth.cs

Removed teamid in slack
This commit is contained in:
Maxime Roussin-Bélanger
2015-06-24 22:14:00 -04:00
parent a74c560258
commit 248a48dfed

View File

@@ -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
//);
}
}
}
}