Skip to content

Commit

Permalink
fix(confirmation): make strong params match
Browse files Browse the repository at this point in the history
Fixes #1558
  • Loading branch information
BirkhoffLee committed Oct 6, 2022
1 parent aee533d commit 8a12ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def render_not_found_error
private

def resource_params
params.permit(:confirmation_token, :config_name, :redirect_url)
params.permit(:email, :confirmation_token, :config_name, :redirect_url)
end

# give redirect value from params priority or fall back to default value if provided
Expand Down

0 comments on commit 8a12ace

Please sign in to comment.