{isSmtpConfigured ? (
Forgot your password?
diff --git a/space/helpers/authentication.helper.tsx b/space/helpers/authentication.helper.tsx
index 2626b35c2..60e103e6f 100644
--- a/space/helpers/authentication.helper.tsx
+++ b/space/helpers/authentication.helper.tsx
@@ -116,7 +116,7 @@ const errorCodeMessages: {
Your account is already registered.
Sign In
@@ -155,7 +155,7 @@ const errorCodeMessages: {
No account found.
Create one
diff --git a/web/components/account/auth-forms/password.tsx b/web/components/account/auth-forms/password.tsx
index 354037275..999a49ea2 100644
--- a/web/components/account/auth-forms/password.tsx
+++ b/web/components/account/auth-forms/password.tsx
@@ -76,7 +76,7 @@ export const AuthPasswordForm: React.FC
= observer((props: Props) => {
{isSMTPConfigured ? (
captureEvent(FORGOT_PASSWORD)}
- href={`/accounts/forgot-password?email=${email}`}
+ href={`/accounts/forgot-password?email=${encodeURIComponent(email)}`}
className="text-xs font-medium text-custom-primary-100"
>
Forgot your password?
diff --git a/web/helpers/authentication.helper.tsx b/web/helpers/authentication.helper.tsx
index 0f331394b..3de5132f7 100644
--- a/web/helpers/authentication.helper.tsx
+++ b/web/helpers/authentication.helper.tsx
@@ -127,7 +127,7 @@ const errorCodeMessages: {
Your account is already registered.
Sign In
@@ -169,7 +169,7 @@ const errorCodeMessages: {
No account found.
Create one