diff --git a/docs/auth/microsoft/azure-easyauth.md b/docs/auth/microsoft/azure-easyauth.md index 2a6f473e7b..6d53189922 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 (