btcpayserver/BTCPayServer/Views/UIAccount/SignedOut.cshtml

9 lines
166 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>
<p text-translate="true">
2017-09-13 15:47:34 +09:00
You have successfully signed out.
</p>