From e73c99c0a5263361e7d2c45f1bdea207f017ad41 Mon Sep 17 00:00:00 2001 From: Sukma Gladys Date: Thu, 5 Sep 2024 09:38:11 +0700 Subject: [PATCH] fix: back to login page link --- apps/frontend/src/routes/forgot-password/index.lazy.tsx | 2 +- apps/frontend/src/routes/forgot-password/verify.lazy.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/routes/forgot-password/index.lazy.tsx b/apps/frontend/src/routes/forgot-password/index.lazy.tsx index 6a3e361..58608f1 100644 --- a/apps/frontend/src/routes/forgot-password/index.lazy.tsx +++ b/apps/frontend/src/routes/forgot-password/index.lazy.tsx @@ -219,7 +219,7 @@ export function ForgotPasswordForm() { Back to login diff --git a/apps/frontend/src/routes/forgot-password/verify.lazy.tsx b/apps/frontend/src/routes/forgot-password/verify.lazy.tsx index 44e9bdb..5294140 100644 --- a/apps/frontend/src/routes/forgot-password/verify.lazy.tsx +++ b/apps/frontend/src/routes/forgot-password/verify.lazy.tsx @@ -261,7 +261,7 @@ export function ResetPasswordForm() { Back to login