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