diff options
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx index f8b7dfd..403858f 100644 --- a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx +++ b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx @@ -9,6 +9,8 @@ <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> |