Skip to content

Commit

Permalink
Standalone WASM Identity samp updates (dotnet#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Nov 7, 2023
1 parent b0cf13d commit 5d01e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<AuthorizeView>
<Authorized>
<div class="alert alert-success">You're already logged in as @context.User.Identity?.Name.</div>
<div class="alert alert-success">You're logged in as @context.User.Identity?.Name.</div>
</Authorized>
<NotAuthorized>
@if (errors)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="alert alert-info">Logging you out...</div>
</Authorized>
<NotAuthorized>
<div class="alert alert-success">You are logged out. <a href="/login">Log in.</a></div>
<div class="alert alert-success">You're logged out. <a href="/login">Log in.</a></div>
</NotAuthorized>
</AuthorizeView>

Expand Down

0 comments on commit 5d01e32

Please sign in to comment.