blob: 3506eb9e1e3dae7c0687b6504350b917cbfd56e4 (
plain)
1
2
3
4
5
6
|
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" Inherits="OAuthServiceProvider.AuthorizedConsumers" Codebehind="AuthorizedConsumers.aspx.cs" %>
<asp:Content ID="Content2" ContentPlaceHolderID="Body" runat="Server">
<h2>The following consumers have access to your data</h2>
<p>TODO</p>
</asp:Content>
|