btcpayserver/BTCPayServer/Views/Account/SignedOut.cshtml

9 lines
122 B
Text
Raw Normal View History

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