Skip to content

Commit 0938807

Browse files
committed
remove welcome msg
1 parent 1e8f19d commit 0938807

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/algora_web/controllers/org_preview_callback_controller.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ defmodule AlgoraWeb.OrgPreviewCallbackController do
2424
conn
2525
end
2626

27-
conn
28-
|> put_flash(:info, "Welcome to Algora!")
29-
|> AlgoraWeb.UserAuth.log_in_user(user)
27+
AlgoraWeb.UserAuth.log_in_user(conn, user)
3028
else
3129
{:error, reason} ->
3230
Logger.debug("failed preview exchange #{inspect(reason)}")

0 commit comments

Comments
 (0)