diff options
Diffstat (limited to 'samples/RelyingPartyPortal/MembersOnly/Default.aspx')
-rw-r--r-- | samples/RelyingPartyPortal/MembersOnly/Default.aspx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/RelyingPartyPortal/MembersOnly/Default.aspx b/samples/RelyingPartyPortal/MembersOnly/Default.aspx index 494ba71..c9b43e8 100644 --- a/samples/RelyingPartyPortal/MembersOnly/Default.aspx +++ b/samples/RelyingPartyPortal/MembersOnly/Default.aspx @@ -10,6 +10,7 @@ </p>
<asp:LoginStatus ID="LoginStatus1" runat="server" />
+<% if (State.ProfileFields != null) { %>
<p>
In addition to authenticating you, your OpenID Provider may
have told us something about you using the
@@ -89,4 +90,5 @@ </td>
</tr>
</table>
-</asp:Content>
\ No newline at end of file +<% } %>
+</asp:Content> |