2 references to AuthenticationState
Aspire.Dashboard (1)
Components\Pages\Login.razor.cs (1)
56
if (
AuthenticationState
is { } authStateTask)
Aspire.Dashboard.Components.Tests (1)
Pages\LoginTests.cs (1)
41
builder.Add(p => p.
AuthenticationState
, tcs.Task);