redirect to landing page

This commit is contained in:
m5r
2021-08-27 03:17:46 +08:00
parent 20b6a7a996
commit 1c93ac00ef
5 changed files with 29 additions and 11 deletions

View File

@ -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>
) : (