btcpayserver/BTCPayServer/Views/Account/SignedOut.cshtml

9 lines
122 B
Plaintext
Raw Normal View History

2017-09-13 08:47:34 +02:00
@{
ViewData["Title"] = "Signed out";
}
<h2>@ViewData["Title"]</h2>
<p>
You have successfully signed out.
</p>