use email_merge_token in mail_merge_with_existing_account route

This commit is contained in:
simon lehericey 2024-01-11 10:40:44 +01:00
parent 90f145e17a
commit fca28a3ebd
3 changed files with 11 additions and 7 deletions

View file

@ -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