Merge pull request #31856 from overleaf/jel-unconfirmed-emails-removed-v1-fix-script

[web] Fix script to remove v1 affiliation for unconfirmed emails

GitOrigin-RevId: 1e3bb663d8d4fd811173ceb1c59fcfddb59852a1
This commit is contained in:
Jessica Lawshe
2026-03-05 10:42:09 -06:00
committed by Copybot
parent 1234682ba4
commit e032d79980

View File

@@ -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,