Skip to content

Commit

Permalink
default show_pin to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Dec 12, 2024
1 parent 4b11790 commit 34f163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routines/newflow/create_email_for_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CreateEmailForUser

protected ###############

def exec(email:, user:, is_school_issued: nil, show_pin: nil)
def exec(email:, user:, is_school_issued: nil, show_pin: true)
@email = EmailAddress.find_or_create_by(value: email&.downcase, user_id: user.id)
@email.is_school_issued = is_school_issued

Expand Down

0 comments on commit 34f163d

Please sign in to comment.