Skip to content

Commit

Permalink
Dead code removal from Gateway page
Browse files Browse the repository at this point in the history
  • Loading branch information
crdo committed Nov 1, 2024
1 parent dfacde8 commit f3f1877
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public partial class GatewayToPremium : IAsyncDisposable
private IJSObjectReference _jsModule;
private bool _skipGatewayPage = true;

private void LearnMoreAboutPremium()
{
NavigationManager.NavigateTo("/premium");
}

private async Task ContinueToPremiumContent()
{
if (_skipGatewayPage)
Expand Down

0 comments on commit f3f1877

Please sign in to comment.