From 1b8c034de01bb08815144b0a93404788d6a84726 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 12 Sep 2022 15:53:26 -0400 Subject: [PATCH] feat: Allow guest access to backstage. If the user is not in the `openedx` org, the login fails because the user is not in the auth backend database. --- packages/app/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx index 819136f..3ac8a34 100644 --- a/packages/app/src/App.tsx +++ b/packages/app/src/App.tsx @@ -49,7 +49,7 @@ const app = createApp({ apis, components: { SignInPage: props => ( - + ), }, bindRoutes({ bind }) {