From 9e33ed23b8691079a01ffee7b2c1352473b0bce5 Mon Sep 17 00:00:00 2001 From: Marco Crivellaro Date: Mon, 28 Mar 2022 15:38:25 +0000 Subject: [PATCH] the aws alb provider name is awsalb (not aws-alb) Signed-off-by: Marco Crivellaro --- .../src/layout/ProxiedSignInPage/ProxiedSignInPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-components/src/layout/ProxiedSignInPage/ProxiedSignInPage.tsx b/packages/core-components/src/layout/ProxiedSignInPage/ProxiedSignInPage.tsx index 13a61d259f..965c603004 100644 --- a/packages/core-components/src/layout/ProxiedSignInPage/ProxiedSignInPage.tsx +++ b/packages/core-components/src/layout/ProxiedSignInPage/ProxiedSignInPage.tsx @@ -32,7 +32,7 @@ import { ProxiedSignInIdentity } from './ProxiedSignInIdentity'; */ export type ProxiedSignInPageProps = SignInPageProps & { /** - * The provider to use, e.g. "gcp-iap" or "aws-alb". This must correspond to + * The provider to use, e.g. "gcp-iap" or "awsalb". This must correspond to * a properly configured auth provider ID in the auth backend. */ provider: string;