From 9fcc0546e3bd46b1b478b37d1c582d6073ea7043 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 14 Apr 2026 14:40:30 +0530 Subject: [PATCH] update auth .md file --- docs/AddAuthentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: