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

Oauth error page update #1081

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Oauth error page update #1081

wants to merge 5 commits into from

Conversation

ashwin-sp
Copy link
Collaborator

Fixes #830

@@ -1,5 +1,5 @@
default_language_version:
python: python3.8
python: python3.11
Copy link
Contributor

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?

Copy link
Collaborator Author

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed.

Copy link
Contributor

@marlonkeating marlonkeating left a 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?

@ashwin-sp
Copy link
Collaborator Author

Yes, I will push a clean version today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update OAuth Error Page
2 participants