diff options
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs b/projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs index e7d1619..cb7c819 100644 --- a/projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs +++ b/projecttemplates/WebFormsRelyingParty/OAuth.ashx.cs @@ -14,7 +14,6 @@ namespace WebFormsRelyingParty { using DotNetOpenAuth.OAuth; using DotNetOpenAuth.OAuth.Messages; using RelyingPartyLogic; - using WebFormsRelyingParty.Code; /// <summary> /// Responds to incoming OAuth Service Provider messages. |