-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Oauth error page update #1081
base: master
Are you sure you want to change the base?
Oauth error page update #1081
Conversation
…yLab/CivicTechExchange into oauth_error_page_update
.pre-commit-config.yaml
Outdated
@@ -1,5 +1,5 @@ | |||
default_language_version: | |||
python: python3.8 | |||
python: python3.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this python version change needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed
Dockerfile
Outdated
@@ -48,7 +48,7 @@ RUN npm rebuild node-sass | |||
COPY . /code/ | |||
|
|||
# Url prefix to generate links on the back-end | |||
ENV PROTOCOL_DOMAIN "http://127.0.0.1:8000" | |||
ENV PROTOCOL_DOMAIN "http://0.0.0.0:8000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a clean version, without the unneeded changes?
Yes, I will push a clean version today. |
Fixes #830