diff --git a/app/assets/javascripts/discourse/app/lib/url.js b/app/assets/javascripts/discourse/app/lib/url.js index f357e4978ae..499b5d745ca 100644 --- a/app/assets/javascripts/discourse/app/lib/url.js +++ b/app/assets/javascripts/discourse/app/lib/url.js @@ -247,7 +247,7 @@ const DiscourseURL = EmberObject.extend({ if (currentUser) { path = path.replace( myPath, - userPath(currentUser.get("username_lower") + "/") + userPath(currentUser.get("username_lower")) ); } else { return redirectTo("/login-preferences");