Skip to content

Commit

Permalink
feat: update WireguardConfig.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Feb 6, 2024
1 parent e2ade1d commit d823ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export default {
this.query.country = value;
this.query.city = null;
this.query.host = null;
this.multihop_basename = event.target.value.split("_")[1];
this.multihop_basename = "mh-" + event.target.value.split("_")[1].toLowerCase();
this.validation.exitCity = value == "";
this.validation.exitServer = true;
this.validation.multihop = true;
Expand Down

0 comments on commit d823ff5

Please sign in to comment.