mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 22:45:49 +00:00
Keep method name for compatibility
This commit is contained in:
parent
9b18e58b68
commit
89735f4b8e
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@ module.exports = UserHandler =
|
|||
|
||||
setupLoginData: (user, callback = ->)->
|
||||
@notifyDomainLicence user, callback
|
||||
|
||||
# Backwards compatibility: this is called from the public-registration module
|
||||
populateGroupLicenceInvite: (user, callback = ->)->
|
||||
@notifyDomainLicence user, callback
|
||||
|
|
Loading…
Add table
Reference in a new issue