mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user