From 48950613a7db503bbd3f99979191aa609ccd291a Mon Sep 17 00:00:00 2001 From: Ashley Stanton-Nurse Date: Fri, 7 Jun 2024 13:53:21 -0700 Subject: [PATCH] some wordsmithing --- src/Explorer/OpenFullScreen.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Explorer/OpenFullScreen.tsx b/src/Explorer/OpenFullScreen.tsx index 833787663..e5c748193 100644 --- a/src/Explorer/OpenFullScreen.tsx +++ b/src/Explorer/OpenFullScreen.tsx @@ -19,7 +19,6 @@ export const OpenFullScreen: React.FunctionComponent = () => { hasAccountContext = true; } } else if (userContext.authType === AuthType.MasterKey || userContext.authType === AuthType.ResourceToken) { - searchParams.append("authType", "connectionstring") requiresConnectionString = true; } @@ -30,8 +29,10 @@ export const OpenFullScreen: React.FunctionComponent = () => { Open this database account in a new browser tab with Cosmos DB Explorer. {requiresConnectionString && " You'll need to provide a connection string."} - {hasAccountContext && " You may be prompted to sign in with Entra ID, and then you'll be redirected back to this account."} - Open tabs and queries will not be carried over, but will remain in this tab. + {hasAccountContext && " You may be prompted to sign in with Entra ID again."} + + + Open tabs and queries will not be carried over, but you can still access them in this tab.