11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
@page "/"
|
|
@using HopFrame.Security.Claims
|
|
|
|
<PageTitle>Home</PageTitle>
|
|
|
|
<h1>Hello, world!</h1>
|
|
|
|
Welcome to your new app. @Context.User?.Username
|
|
|
|
@inject ITokenContext Context
|