diff options
Diffstat (limited to 'projecttemplates')
3 files changed, 0 insertions, 3 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx.cs b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx.cs index 07c24ae..152884e 100644 --- a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx.cs @@ -13,7 +13,6 @@ using DotNetOpenAuth.OpenId.Extensions.SimpleRegistration; using DotNetOpenAuth.OpenId.RelyingParty; using RelyingPartyLogic; - using WebFormsRelyingParty.Code; public partial class LoginFrame : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { diff --git a/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs b/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs index c21ae26..16e48f0 100644 --- a/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs @@ -14,7 +14,6 @@ namespace WebFormsRelyingParty.Members { using DotNetOpenAuth.OAuth; using DotNetOpenAuth.OAuth.Messages; using RelyingPartyLogic; - using WebFormsRelyingParty.Code; public partial class OAuthAuthorize : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { 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. |