mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
fix #80?
This commit is contained in:
parent
89228f97f8
commit
1a3c5869f0
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class StepUpController < ApplicationController
|
|||
|
||||
def send_step_up_email_code
|
||||
login_code = current_identity.v2_login_codes.create!
|
||||
IdentityMailer.v2_login_code(current_identity, login_code).deliver_later
|
||||
IdentityMailer.v2_login_code(login_code).deliver_later
|
||||
end
|
||||
|
||||
# Prevent open redirect attacks - only allow internal paths
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue