I created a new Blazor project with individual accounts, then transferred the files over to the existing project. Then renamed ApplicationDbContext to: IdentityContext to distinguish from the application context. Then ran the update database command with the existing migration for identity.
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
@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>
|