Skip to content

Commit

Permalink
fix: replace missed url with ofuscationCode.
Browse files Browse the repository at this point in the history
fix: of
  • Loading branch information
NishaSharma14 committed Jan 29, 2024
1 parent b1a3563 commit 92a1f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/AccessDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ export default {
let url =
this.$page.props.url +
"/project/" +
encodeURIComponent(this.project.url);
encodeURIComponent(this.project.obfuscationcode);
let targetInput = document.getElementById("copyLink");
if (targetInput) {
this.isVisible = true;
Expand Down

0 comments on commit 92a1f92

Please sign in to comment.