This commit is contained in:
Eugen Rochko 2021-03-19 17:15:36 +01:00 committed by Claire
parent 0951c691ff
commit 4978d387ee
2 changed files with 1 additions and 2 deletions

View file

@ -68,7 +68,6 @@ module Omniauthable
def user_params_from_auth(email, auth)
{
email: email || "#{TEMP_EMAIL_PREFIX}-#{auth.uid}-#{auth.provider}.com",
password: Devise.friendly_token[0, 20],
agreement: true,
external: true,
account_attributes: {