From 8327251ab680452579bfe528370e6003c193b641 Mon Sep 17 00:00:00 2001
From: Philipinho <16838612+Philipinho@users.noreply.github.com>
Date: Tue, 29 Apr 2025 23:30:12 +0100
Subject: [PATCH] fix typo
---
apps/client/src/ee/security/components/enforce-sso.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/client/src/ee/security/components/enforce-sso.tsx b/apps/client/src/ee/security/components/enforce-sso.tsx
index 4cbbc7ac..31a9f6fa 100644
--- a/apps/client/src/ee/security/components/enforce-sso.tsx
+++ b/apps/client/src/ee/security/components/enforce-sso.tsx
@@ -15,7 +15,7 @@ export default function EnforceSso() {
{t("Enforce SSO")}
{t(
- "Once enforced, members will not able able to login with email and password.",
+ "Once enforced, members will not able to login with email and password.",
)}