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

Feature: language localisation #788

Merged
merged 135 commits into from
Jun 13, 2024
Merged

Feature: language localisation #788

merged 135 commits into from
Jun 13, 2024

Conversation

nathanrod
Copy link
Member

PR type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other... Please describe:

PR checklist

Please check if your PR fulfills the following requirements:

  • I have read the CONTRIBUTING.md doc
  • The Git workflow follows our guidelines: CONTRIBUTING.md#git
  • I have added necessary documentation (if appropriate)

Does this PR introduce a breaking change?

  • Yes
  • No

@nathanrod nathanrod self-assigned this Jun 12, 2024
@@ -111,10 +111,14 @@
this.proActiveUntil = this.$filters.formatActiveUntil(proPlan.active_until);
this.isLocked = proPlan.is_locked;
if( proPlan.is_locked ){
window.location = "/account";
window.location = "/" + this.language + "/account";

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
Untrusted URL redirection depends on a
user-provided value
.
@nathanrod nathanrod merged commit 8c44dd7 into main Jun 13, 2024
3 checks passed
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.

4 participants