Skip to content

Conversation

@Vafilor
Copy link
Contributor

@Vafilor Vafilor commented Oct 28, 2020

What this PR does:

Fixes an issue where domain was being set during local development. This caused issues when you were pointing at a live deployment.

Which issue(s) this PR fixes:

Fixes onepanelio/onepanel#685

Special notes for your reviewer:

You can test this by running ng serve and logging out and then in. The domain should be correct for cookies.

Checklist

Please check if applies

  • I have added/updated relevant unit tests
  • I have added/updated relevant documentation

Required

  • I accept to release these changes under the Apache 2.0 License

@Vafilor Vafilor added the kind/bug Something isn't working label Oct 28, 2020
@Vafilor Vafilor added this to the v0.15.0 milestone Oct 28, 2020
@Vafilor Vafilor requested a review from rushtehrani October 28, 2020 20:36
@Vafilor Vafilor self-assigned this Oct 28, 2020
@Vafilor Vafilor merged commit 4a0eec5 into onepanelio:master Oct 29, 2020
@Vafilor Vafilor deleted the feat/onepanelio.core.685-local.cookies branch October 29, 2020 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In local/dev mode, don't set domain from auth request. But do set it when running in production mode.

1 participant