btcpayserver/BTCPayServer/Views/Account/SignedOut.cshtml
NicolasDorier b5c6ed3860 Init
2017-09-13 15:55:16 +09:00

9 lines
122 B
Plaintext

@{
ViewData["Title"] = "Signed out";
}
<h2>@ViewData["Title"]</h2>
<p>
You have successfully signed out.
</p>