Skip to content

Commit

Permalink
Merge branch 'ah/backup-codes' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-s76 committed Mar 19, 2024
2 parents f9181a5 + 614ead2 commit a5c061c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule RecognizerWeb.Accounts.UserSettingsController do
recovery_block =
recovery_codes
|> Enum.map(& &1.code)
|> Enum.map(&(&1 <> "\n"))
|> Enum.join("\n")

conn
|> render("recovery_codes.html", recovery_block: recovery_block)
Expand Down

0 comments on commit a5c061c

Please sign in to comment.