Keep method name for compatibility

This commit is contained in:
Alberto Fernández Capel 2018-06-01 15:36:00 +01:00
parent 9b18e58b68
commit 89735f4b8e

View file

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