添加项目文件。
This commit is contained in:
11
TightWiki/Areas/Identity/Pages/Account/ConfirmEmail.cshtml
Normal file
11
TightWiki/Areas/Identity/Pages/Account/ConfirmEmail.cshtml
Normal file
@@ -0,0 +1,11 @@
|
||||
@page
|
||||
@model ConfirmEmailModel
|
||||
@{
|
||||
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
||||
}
|
||||
|
||||
<h3>
|
||||
Confirm your email address.
|
||||
</h3>
|
||||
|
||||
<p><partial name="_StatusMessage" model="Model.StatusMessage" /></p>
|
||||
Reference in New Issue
Block a user