Added user feedback toaster messages
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-16 14:49:03 +02:00
parent 02294d36e8
commit 554741c2e5
5 changed files with 27 additions and 7 deletions
@@ -14,6 +14,7 @@ public partial class PaymentSuccess
[Inject] private HashService HashService { get; set; } = default!;
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
[Inject] public IToastService ToastService { get; set; } = default!;
[Parameter]
[SupplyParameterFromQuery(Name = "reference")]