Scaffolded project
This commit is contained in:
commit
17a561094a
123 changed files with 64313 additions and 0 deletions
7
Components/Account/Pages/ResetPasswordConfirmation.razor
Normal file
7
Components/Account/Pages/ResetPasswordConfirmation.razor
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@page "/Account/ResetPasswordConfirmation"
|
||||
<PageTitle>Reset password confirmation</PageTitle>
|
||||
|
||||
<h1>Reset password confirmation</h1>
|
||||
<p role="alert">
|
||||
Your password has been reset. Please <a href="Account/Login">click here to log in</a>.
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue