Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make help contact info on access denied page configurable #331

Open
ssciolla opened this issue Feb 4, 2022 · 0 comments
Open

Make help contact info on access denied page configurable #331

ssciolla opened this issue Feb 4, 2022 · 0 comments
Labels
back end Involves changes to the Express application or other server-related files config change Involves a change to the configuration file/format enhancement New feature or request front end Involves changes to the React application or other client-related files good first issue Good for newcomers

Comments

@ssciolla
Copy link
Contributor

ssciolla commented Feb 4, 2022

Is it okay to have these values be hard-coded? We could put them in the configuration, but I'm not sure how we would actually send to them to the client, since the user isn't authenticated and doesn't have access to globals. We'd need a public API endpoint with public data, but maybe that's more of a hassle than it's worth. Maybe it's possible to put the data in index.html and grab it (like we do in our Django projects), but we don't have a mechanism for putting configuration variables in that file yet.

Originally posted by @ssciolla in #316 (comment)

See the comment thread above for ideas including using webpack.DefinePlugin.

@ssciolla ssciolla added back end Involves changes to the Express application or other server-related files config change Involves a change to the configuration file/format enhancement New feature or request front end Involves changes to the React application or other client-related files labels Feb 4, 2022
@ssciolla ssciolla added the good first issue Good for newcomers label Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end Involves changes to the Express application or other server-related files config change Involves a change to the configuration file/format enhancement New feature or request front end Involves changes to the React application or other client-related files good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant