mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-30 17:03:24 +08:00
fixes accept invitation bug [fixes SCI-1684]
This commit is contained in:
parent
a4a2c79959
commit
c554bc5c18
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ module Users
|
|||
|
||||
def update_sanitized_params
|
||||
# Solution for Devise < 4.0.0
|
||||
devise_parameter_sanitizer.for(:accept_invitation) << :full_name
|
||||
devise_parameter_sanitizer.permit(:sign_up, keys: [:full_name])
|
||||
end
|
||||
|
||||
def check_captcha
|
||||
|
|
Loading…
Add table
Reference in a new issue