Skip to content

Commit

Permalink
Update ApiKeys.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 4, 2024
1 parent 2ca4685 commit ec009e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MyApp/Components/Account/Pages/Manage/ApiKeys.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@
public MarkupString ToProps() => BlazorHtml.RawJson(new {
info = HostContext.AppHost.GetPlugin<ApiKeysFeature>()?.GetApiKeyInfo(),
});

[CascadingParameter]
private HttpContext HttpContext { get; set; } = default!;
}

0 comments on commit ec009e4

Please sign in to comment.