Skip to content

Commit d04bf50

Browse files
committed
Revert "fix(social-media): update sanitize"
This reverts commit 5adce3e.
1 parent 2a4601c commit d04bf50

File tree

1 file changed

+0
-1
lines changed
  • src/components/forms/social-media

1 file changed

+0
-1
lines changed

src/components/forms/social-media/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function sanitize(form) {
5151
if (fields.includes(key)) { body[key] = form[key]; }
5252
});
5353
if (!form.account.includes('https://')) { body.account = `https://${body.account}`; }
54-
if (form.account.includes('.fr')) { body.account = body.account.replace('.fr', ''); }
5554
return body;
5655
}
5756

0 commit comments

Comments
 (0)