renaming the prefix from incorrect OnShape to the correct Onshape with only the O capitalized
This commit is contained in:
@@ -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: "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user