Replies: 1 comment
-
hi @ebarke, In your test, you can get the |
Beta Was this translation helpful? Give feedback.
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;
}`
Beta Was this translation helpful? Give feedback.
All reactions