From 70fdad285ed589ea2a2d881608d0518e92315b41 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 2 Mar 2022 13:50:56 +0100 Subject: [PATCH] chore: remove comment Signed-off-by: Johan Haals --- .../core-app-api/src/apis/implementations/auth/saml/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/auth/saml/index.ts b/packages/core-app-api/src/apis/implementations/auth/saml/index.ts index 1f5f8fbbf8..930e6cb115 100644 --- a/packages/core-app-api/src/apis/implementations/auth/saml/index.ts +++ b/packages/core-app-api/src/apis/implementations/auth/saml/index.ts @@ -14,4 +14,3 @@ * limitations under the License. */ export { default as SamlAuth } from './SamlAuth'; -// export type { ExportedSamlSession as SamlSession } from './types';