Skip to content

Commit

Permalink
Add https:// to login_redirect_url
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed May 31, 2024
1 parent dbc572f commit 9d8c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapeworks_cloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ class ProductionConfiguration(ShapeworksCloudMixin, ProductionBaseConfiguration)

class HerokuProductionConfiguration(ShapeworksCloudMixin, HerokuProductionBaseConfiguration):
ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'app.shapeworks-cloud.org']
LOGIN_REDIRECT_URL = 'www.shapeworks-cloud.org'
LOGIN_REDIRECT_URL = 'https://www.shapeworks-cloud.org'

0 comments on commit 9d8c1bf

Please sign in to comment.