添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@page
|
||||
@model RegisterConfirmationModel
|
||||
@{
|
||||
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
||||
}
|
||||
|
||||
<h3>
|
||||
Register confirmation
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Please check your email to confirm your account.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user