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.
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
@page "/Account/ForgotPasswordConfirmation"
|
|
|
|
<PageTitle>Forgot password confirmation</PageTitle>
|
|
|
|
<h1>Forgot password confirmation</h1>
|
|
<p role="alert">
|
|
Please check your email to reset your password.
|
|
</p>
|