From 667ad2125109964f5e6f4a177d5ccffd0c972542 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Sat, 16 Mar 2024 20:01:08 +0000 Subject: [PATCH] fixed text --- pages/saml/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/saml/login.tsx b/pages/saml/login.tsx index 696a63f..7e8546e 100644 --- a/pages/saml/login.tsx +++ b/pages/saml/login.tsx @@ -77,7 +77,7 @@ export default function Login() {

- {!acsUrl ? 'SAML Idp Login' : 'SAML SSO Login'} + {!acsUrl ? 'SAML IdP Login' : 'SAML SSO Login'}