Skip to content

Commit

Permalink
Update app/app.js
Browse files Browse the repository at this point in the history
Co-authored-by: gabalafou <gabriel@fouasnon.com>
  • Loading branch information
soapy1 and gabalafou authored Dec 6, 2024
1 parent ae1a3d6 commit 337c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app.get('/preferences.js', function (req, res) {
REACT_APP_SHOW_LOGIN_ICON: "true",
REACT_APP_API_URL: "${api_url}",
REACT_APP_LOGIN_PAGE_URL: "${login_page}",
REACT_APP_LOGOUT_PAGE_URL: "${login_page}",
REACT_APP_LOGOUT_PAGE_URL: "${logout_page}",
};`
res.set({
'Content-Type': 'text/javascript',
Expand Down

0 comments on commit 337c4ed

Please sign in to comment.