12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
@page
|
|
@model LockoutModel
|
|
@{
|
|
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
|
}
|
|
|
|
<h3>
|
|
登出
|
|
</h3>
|
|
|
|
<p>This account has been locked out, please try again later.</p>
|