We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2bbc1 commit ad7227fCopy full SHA for ad7227f
javascripts/discourse/services/links-settings.js
@@ -18,7 +18,8 @@ export default class NormalizedProfileLinks extends Service {
18
return null;
19
}
20
21
- const normalizedBase = baseUrl.endsWith("/") || baseUrl.endsWith("@") ? baseUrl : baseUrl + "/";
+ const normalizedBase =
22
+ baseUrl.endsWith("/") || baseUrl.endsWith("@") ? baseUrl : baseUrl + "/";
23
return `${normalizedBase}${username}`;
24
25
0 commit comments