AfRApay/AfRApay.Web/Pages/LinkCard.cshtml
2023-02-06 02:37:36 +01:00

16 lines
419 B
Plaintext

@page "{id:int}"
@using AfRApay.Web.Backend
@model LinkCardModel
@{
ViewData["Title"] = "Link Card";
}
<div class="text-center">
<h1 class="display-5">
Link card
</h1>
<p>
Link process initiated. Please go to the MateCard terminal and press the <b>[LINK]</b> button, then swipe your card or token within the next 5 minutes. Click <a href="/"><b>here</b></a> when you are done with the process.
</p>
</div>