Skip to content

Commit

Permalink
Merge branch 'bc3' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell committed Dec 19, 2023
2 parents 633cad8 + 05c3f33 commit 9dfcc95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ defmodule RecognizerWeb.Accounts.UserSettingsController do

def edit(conn, _params) do
if Application.get_env(:recognizer, :redirect_url) do
redirect(conn, external: Application.get_env(:recognizer, :redirect_url))
redirect(conn, external: Application.get_env(:recognizer, :redirect_url))
else
render(conn, "edit.html")
render(conn, "edit.html")
end
end

Expand Down

0 comments on commit 9dfcc95

Please sign in to comment.