summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/AzureAD.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthClient/AzureAD.aspx')
-rw-r--r--samples/OAuthClient/AzureAD.aspx14
1 files changed, 7 insertions, 7 deletions
diff --git a/samples/OAuthClient/AzureAD.aspx b/samples/OAuthClient/AzureAD.aspx
index 9311efc..d7da268 100644
--- a/samples/OAuthClient/AzureAD.aspx
+++ b/samples/OAuthClient/AzureAD.aspx
@@ -1,17 +1,17 @@
-<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AzureAD.aspx.cs" Inherits="OAuthClient.AzureAD" Async="true"%>
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AzureAD.aspx.cs" Inherits="OAuthClient.AzureAD" Async="true" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
- <title></title>
+ <title></title>
</head>
<body>
- <form id="form1" runat="server">
- <div>
- Welcome,
+ <form id="form1" runat="server">
+ <div>
+ Welcome,
<asp:Label Text="[name]" ID="nameLabel" runat="server" />
- </div>
- </form>
+ </div>
+ </form>
</body>
</html>