添加项目文件。
This commit is contained in:
11
TechHelper.Client/Pages/Author/EmailConfirmation.razor
Normal file
11
TechHelper.Client/Pages/Author/EmailConfirmation.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@page "/emailconfirmation"
|
||||
|
||||
<h3>EmailConfirmation</h3>
|
||||
<MudButton OnClick="ConfirmToEmail"> 点击确认 </MudButton>
|
||||
|
||||
<MudPaper>
|
||||
@if (_showSuccess)
|
||||
{
|
||||
<h3> Successful </h3>
|
||||
}
|
||||
</MudPaper>
|
Reference in New Issue
Block a user