From 65a5939be6b82d5b75626a4862f5461f81ad4a52 Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Wed, 14 Aug 2024 20:59:23 -0400 Subject: [PATCH] fix typo Signed-off-by: Stephen Glass --- .changeset/violet-beds-promise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/violet-beds-promise.md b/.changeset/violet-beds-promise.md index 7632ea68c7..ee002d8319 100644 --- a/.changeset/violet-beds-promise.md +++ b/.changeset/violet-beds-promise.md @@ -5,7 +5,7 @@ '@backstage/plugin-auth-react': patch --- -Fix authentication error handling using redirect flow via `enableExperimentalRedirectFlow` config. If an error is caught during authentication, the user is redirected back to app origin with `?error=true` query parameter. A cookie is also set in the redirect which contains the error message. The error can be fetched from any custom sign in page using the new `useSignInAuthError` hook.: +Fix authentication error handling using redirect flow via `enableExperimentalRedirectFlow` config. If an error is caught during authentication, the user is redirected back to app origin with `?error=true` query parameter. A cookie is also set in the redirect which contains the error message. The error can be fetched from any custom sign in page using the new `useSignInAuthError` hook. ```ts import { useSignInAuthError } from '@backstage/plugin-auth-react';