Replies: 1 comment
|
hi @ebarke, In your test, you can get the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to test the logout callback that happens on the Authentication.razor page?
@InvokeAsync(() => Navigation.NavigateTo("logout-completed", true))`@inject NavigationManager Navigation
@code {
[Parameter]
public string Action { get; set; } = string.Empty;
}`
All reactions