We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4601c commit d04bf50Copy full SHA for d04bf50
src/components/forms/social-media/index.js
@@ -51,7 +51,6 @@ function sanitize(form) {
51
if (fields.includes(key)) { body[key] = form[key]; }
52
});
53
if (!form.account.includes('https://')) { body.account = `https://${body.account}`; }
54
- if (form.account.includes('.fr')) { body.account = body.account.replace('.fr', ''); }
55
return body;
56
}
57
0 commit comments