USDAForestService / fs-open-forest-platform

Open Forest: The code for an online permitting platform for the U.S. Forest Service.
https://openforest.fs.usda.gov
Other
38 stars 19 forks source link

Allow local auth & leave comments on hosted auth #1611

Open Dmac26 opened 3 years ago

Dmac26 commented 3 years ago

## Summary Made changes to the app.es6 file to allow devs hosting the site locally to login and run the application submission process.

Additionally, I left comments on the app.es6 file explaining which lines to comment and uncomment in order to allow authentication when the site is live and hosted.

Finally I left several other comments in other files along with a console.log pointing back to app.es6, in an attempt to avoid confusing in the future.