Skip to content

Commit 0828ecc

Browse files
committed
Update frontend_server.py
1 parent e6c4f4a commit 0828ecc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/frontend_react/frontend_server.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ async def get_config():
4343

4444
config = {
4545
"API_URL": backend_url,
46-
"REACT_APP_MSAL_AUTH_CLIENTID": os.getenv(
47-
"REACT_APP_MSAL_AUTH_CLIENTID", "Client ID not set"
48-
),
49-
"REACT_APP_MSAL_AUTH_AUTHORITY": os.getenv(
50-
"REACT_APP_MSAL_AUTH_AUTHORITY", "Authority not set"
51-
),
52-
"REACT_APP_MSAL_REDIRECT_URL": os.getenv(
53-
"REACT_APP_MSAL_REDIRECT_URL", "Redirect URL not set"
54-
),
55-
"REACT_APP_MSAL_POST_REDIRECT_URL": os.getenv(
56-
"REACT_APP_MSAL_POST_REDIRECT_URL", "Post Redirect URL not set"
57-
),
5846
"ENABLE_AUTH": auth_enabled,
5947
}
6048
return config

0 commit comments

Comments
 (0)