diff options
Diffstat (limited to 'code/api/Pages/Home.cshtml')
| -rw-r--r-- | code/api/Pages/Home.cshtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/code/api/Pages/Home.cshtml b/code/api/Pages/Home.cshtml index 457ba2f..b7c07c2 100644 --- a/code/api/Pages/Home.cshtml +++ b/code/api/Pages/Home.cshtml @@ -7,6 +7,4 @@ <h1>Welcome</h1> -<pre> -Id: @(HttpContext.User.FindFirst("AppClaims.USER_ID").Value) -</pre>
\ No newline at end of file +<button class="do-logout">Logout</button>
\ No newline at end of file |
