Skip to content

Commit

Permalink
Merge pull request #3987 from Meeds-io/merge-mip-137 (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej authored Aug 30, 2024
2 parents 8940326 + e8163ee commit 61cc3ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
}
},
urlVerify(url) {
if (!url.match(/^(https?:\/\/|javascript:|\/portal\/)/)) {
if (!url.match(/^(https?:\/\/|javascript:|\/portal)/)) {
url = `//${url}`;
}
return url ;
Expand Down

0 comments on commit 61cc3ba

Please sign in to comment.