diff --git a/docs/AddAuthentication.md b/docs/AddAuthentication.md index a986abc8..a82e46cb 100644 --- a/docs/AddAuthentication.md +++ b/docs/AddAuthentication.md @@ -57,7 +57,7 @@ Follow the [directions in the documentation ](https://learn.microsoft.com/en-us/ REACT_APP_MSAL_AUTH_AUTHORITY="https://login.microsoftonline.com/" REACT_APP_MSAL_REDIRECT_URL="/" REACT_APP_MSAL_POST_REDIRECT_URL="/" - ENV ENABLE_AUTH=true + ENABLE_AUTH=true ``` For local debugging, configure your local variables as follows: