Skip to content

Commit

Permalink
Update 2FA code pattern - remove . and space
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Jan 16, 2025
1 parent 79d9edd commit 80e57fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bullhorn/emails/user_emails.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ defmodule Bullhorn.Emails.UserEmails do
spaced_out_token =
token
|> String.upcase()
|> String.split("")
|> Enum.join(". ")

fields_for_email = [:email, :first_name, :last_name]

Expand Down

0 comments on commit 80e57fe

Please sign in to comment.