diff --git a/editor/ui/composer/content/editorUtilities.js b/editor/ui/composer/content/editorUtilities.js index c98c25e621c..fb4e56aeab1 100644 --- a/editor/ui/composer/content/editorUtilities.js +++ b/editor/ui/composer/content/editorUtilities.js @@ -855,7 +855,7 @@ function InsertUsernameIntoUrl(urlspec, username) return URI.spec; } catch (e) {} - return url; + return urlspec; } function GetOS()