Remove back links to POSTed pages

This commit is contained in:
Dennis Reimann 2021-08-20 10:18:11 +02:00 committed by Andrew Camilleri
parent 373b0b7850
commit 3343738bb3
2 changed files with 0 additions and 6 deletions

View file

@ -5,9 +5,6 @@
}
@section Navbar {
<a asp-action="WalletPSBT" asp-route-walletId="@Context.GetRouteValue("walletId")" onclick="history.back();return false;">
<vc:icon symbol="back" />
</a>
<a asp-action="WalletSend" asp-route-walletId="@Context.GetRouteValue("walletId")" class="cancel">
<vc:icon symbol="close" />
</a>

View file

@ -36,9 +36,6 @@
}
@section Navbar {
<a asp-action="WalletPSBT" asp-route-walletId="@Context.GetRouteValue("walletId")" onclick="history.back();return false;">
<vc:icon symbol="back" />
</a>
<a asp-action="WalletSend" asp-route-walletId="@Context.GetRouteValue("walletId")" class="cancel">
<vc:icon symbol="close" />
</a>