reintroduce microsoft login. upgrade a bunch of stuff.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@if (user != null)
|
||||
{
|
||||
<div class="user">
|
||||
<div>@user.DisplayName</div>
|
||||
<div>@user.Value.DisplayName</div>
|
||||
<button type="button" class="logout" @onclick="AccountManager.LogoutAsync">Logout</button>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user