summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx')
-rw-r--r--samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx16
1 files changed, 0 insertions, 16 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
deleted file mode 100644
index 21b6a12..0000000
--- a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
+++ /dev/null
@@ -1,16 +0,0 @@
-<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DetectGoogleSession.aspx.cs"
- Inherits="OpenIdRelyingPartyWebForms.DetectGoogleSession" ValidateRequest="false"
- MasterPageFile="~/Site.Master" Async="true" %>
-
-<%@ Register Assembly="DotNetOpenAuth.OpenId.RelyingParty.UI" Namespace="DotNetOpenAuth.OpenId.RelyingParty"
- TagPrefix="rp" %>
-<%@ Register Assembly="DotNetOpenAuth.OpenId.RelyingParty.UI" Namespace="DotNetOpenAuth.OpenId.Extensions.SimpleRegistration"
- TagPrefix="sreg" %>
-<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Main">
- <asp:Label Text="We've detected that you're logged into Google!" runat="server" Visible="false"
- ID="YouAreLoggedInLabel" />
- <asp:Label Text="We've detected that you're logged into Google because your Google account trusts this site!" runat="server" Visible="false"
- ID="YouTrustUsLabel" />
- <asp:Label Text="We've detected that you're NOT logged into Google!" runat="server" Visible="false"
- ID="YouAreNotLoggedInLabel" />
-</asp:Content>