mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-29 10:54:36 +01:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
@{
|
|
ViewData["Title"] = "Signed out";
|
|
}
|
|
|
|
<h2 text-translate="true">@ViewData["Title"]</h2>
|
|
<p>
|
|
You have successfully signed out.
|
|
</p>
|