renaming the prefix from incorrect OnShape to the correct Onshape with only the O capitalized

This commit is contained in:
Tathagata Chakraborty
2015-09-15 09:35:41 +05:30
parent 6600badf92
commit f8217d9175
11 changed files with 85 additions and 77 deletions

View File

@@ -40,7 +40,7 @@ using Owin.Security.Providers.Yahoo;
using Owin.Security.Providers.Backlog;
using Owin.Security.Providers.Vimeo;
using Owin.Security.Providers.Fitbit;
using Owin.Security.Providers.OnShape;
using Owin.Security.Providers.Onshape;
namespace OwinOAuthProvidersDemo
{
@@ -296,7 +296,7 @@ namespace OwinOAuthProvidersDemo
// ClientSecret = ""
//});
//app.UseOnShapeAuthentication(
//app.UseOnshapeAuthentication(
// appKey: "",
// appSecret: "");
}