Skip to content

Commit

Permalink
Update CallbackGenerator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Dec 12, 2024
1 parent 13ace02 commit 72339f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Services/CallbackGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public string ForLogin(ApplicationUser user, HttpRequest request)
return LinkGenerator.GetUriByAction(nameof(UIAccountController.Login), "UIAccount", new { email = user.Email }, request.Scheme, request.Host, request.PathBase) ?? throw Bug();
}

private Exception Bug([CallerMemberName] string? name = null) => new InvalidOperationException($"Error generating link for {name} (Report this bug to BTCPay Server github repository)");
private Exception Bug([CallerMemberName] string? name = null) => new InvalidOperationException($"Error generating link for {name} (Report this bug to GRSPay Server github repository)");
}
}

0 comments on commit 72339f5

Please sign in to comment.