mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 12:49:29 +00:00
set entitlement to false on reg if none
GitOrigin-RevId: 039189699f78cbaa5917cfadb7d3bedd599c6396
This commit is contained in:
parent
4a1ac4649c
commit
50d715ea5d
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ async function linkAccounts(
|
|||
// update v1 affiliations record
|
||||
if (hasEntitlement) {
|
||||
await InstitutionsAPI.promises.addEntitlement(userId, institutionEmail)
|
||||
} else {
|
||||
await InstitutionsAPI.promises.removeEntitlement(userId, institutionEmail)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue