Files
TechHelper/TechHelper.Client/Pages/Author/EmailConfirmation.razor
2025-05-23 19:03:00 +08:00

11 lines
194 B
Plaintext

@page "/emailconfirmation"
<h3>EmailConfirmation</h3>
<MudButton OnClick="ConfirmToEmail"> 点击确认 </MudButton>
<MudPaper>
@if (_showSuccess)
{
<h3> Successful </h3>
}
</MudPaper>