added sandstorm

pull/1280/head
Gabriel Engel 10 years ago
parent 2a7411a3e0
commit ef9d28bdbe
  1. 2
      server/configuration/accounts_meld.coffee

@ -1,6 +1,6 @@
orig_updateOrCreateUserFromExternalService = Accounts.updateOrCreateUserFromExternalService
Accounts.updateOrCreateUserFromExternalService = (serviceName, serviceData, options) ->
if serviceName not in ['facebook', 'github', 'google', 'meteor-developer', 'linkedin', 'twitter'] and serviceData._oAuthCustom isnt true
if serviceName not in ['facebook', 'github', 'gitlab', 'google', 'meteor-developer', 'linkedin', 'twitter', 'sandstorm'] and serviceData._oAuthCustom isnt true
return
if serviceName is 'meteor-developer'

Loading…
Cancel
Save