WorkTracker/Components/Account/Pages/InvalidPasswordReset.razor
2026-02-18 17:11:13 +01:00

8 lines
183 B
Text

@page "/Account/InvalidPasswordReset"
<PageTitle>Invalid password reset</PageTitle>
<h1>Invalid password reset</h1>
<p role="alert">
The password reset link is invalid.
</p>