use email_merge_token in mail_merge_with_existing_account route
This commit is contained in:
parent
90f145e17a
commit
fca28a3ebd
3 changed files with 11 additions and 7 deletions
|
@ -141,6 +141,10 @@ class FranceConnect::ParticulierController < ApplicationController
|
|||
params[:merge_token]
|
||||
end
|
||||
|
||||
def email_merge_token_params
|
||||
params[:email_merge_token]
|
||||
end
|
||||
|
||||
def password_params
|
||||
params[:password]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue