Merge pull request #18609 from emyi146/patch-1

Add missing { to azure-easyauth.md
This commit is contained in:
Ben Lambert
2023-07-11 10:24:08 +02:00
committed by GitHub
+1 -1
View File
@@ -81,7 +81,7 @@ const app = createApp({
components: {
SignInPage: props => {
const configApi = useApi(configApiRef);
if (configApi.getString('auth.environment') !== 'development')
if (configApi.getString('auth.environment') !== 'development') {
return <ProxiedSignInPage {...props} provider="azure-easyauth" />;
}
return (