redirect to landing page
This commit is contained in:
@ -19,7 +19,7 @@ const ResetPasswordPage: BlitzPage = () => {
|
||||
<div>
|
||||
<h2>Password Reset Successfully</h2>
|
||||
<p>
|
||||
Go to the <Link href={Routes.Home()}>homepage</Link>
|
||||
Go to the <Link href={Routes.LandingPage()}>homepage</Link>
|
||||
</p>
|
||||
</div>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user