diff --git a/docs/auth/microsoft/azure-easyauth.md b/docs/auth/microsoft/azure-easyauth.md index 2c4e369f6c..41679ceeeb 100644 --- a/docs/auth/microsoft/azure-easyauth.md +++ b/docs/auth/microsoft/azure-easyauth.md @@ -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 ; } return (