18 lines
559 B
Plaintext
Raw Normal View History

<CascadingAuthenticationState>
<Router AppAssembly="typeof(Program).Assembly">
<NotFoundContent>Page not found</NotFoundContent>
<NotAuthorizedContent>
<div class="main">
<h2>You're signed out</h2>
<p>To continue, please sign in.</p>
<a class="btn btn-danger" href="user/signin">Sign in</a>
</div>
</NotAuthorizedContent>
<AuthorizingContent>
Please wait...
</AuthorizingContent>
</Router>
</CascadingAuthenticationState>