mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #834 from ZmagoD/zd_SCI_1684
fixes accept invitation bug [fixes SCI-1684]
This commit is contained in:
commit
10d5b573ee
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…
Reference in a new issue