Add a blank line to ease readability
This commit is contained in:
parent
3ce3d203d4
commit
129df93fb1
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class User < ApplicationRecord
|
|||
|
||||
def self.find_for_france_connect(email, siret)
|
||||
user = User.find_by(email: email)
|
||||
|
||||
if user.nil?
|
||||
User.create(email: email, password: Devise.friendly_token[0, 20], siret: siret)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue