Merge commit '4b9e4f6398
' into kb_development
This commit is contained in:
commit
462c6e99b6
12 changed files with 51 additions and 14 deletions
|
@ -46,7 +46,7 @@ class Auth::RegistrationsController < Devise::RegistrationsController
|
|||
super(hash)
|
||||
|
||||
resource.locale = I18n.locale
|
||||
resource.invite_code = params[:invite_code] if resource.invite_code.blank?
|
||||
resource.invite_code = @invite&.code if resource.invite_code.blank?
|
||||
resource.registration_form_time = session[:registration_form_time]
|
||||
resource.sign_up_ip = request.remote_ip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue