[web] Fix script to remove v1 affiliation for unconfirmed emails GitOrigin-RevId: 1e3bb663d8d4fd811173ceb1c59fcfddb59852a1
@@ -61,7 +61,7 @@ async function removeAffiliationV1(userId, email) {
await fetchNothing(url, {
method: 'POST',
- // json: { email },
+ json: { email },
basicAuth: {
user: Settings.apis.v1.user,
password: Settings.apis.v1.pass,