btcpayserver/BTCPayServer/Views/UIAccount/SignedOut.cshtml

9 lines
144 B
Text
Raw Normal View History

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