aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Pages/Home.cshtml
blob: 457ba2fea270c1d1c869ddecdd6545fdcec83b5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@page
@model I2R.Storage.Api.Pages.Home

@{
    ViewData["Title"] = "Home";
}

<h1>Welcome</h1>

<pre>
Id: @(HttpContext.User.FindFirst("AppClaims.USER_ID").Value)
</pre>