Fix minor typo in oauth_callback_controller.ex

This commit is contained in:
Seth Herr 2023-07-14 09:18:21 -07:00 committed by GitHub
parent 712204ca17
commit e298d8dd37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ defmodule LiveBeatsWeb.OAuthCallbackController do
conn conn
|> put_flash( |> put_flash(
:error, :error,
"We were unable to fetch the necessary information from your GithHub account" "We were unable to fetch the necessary information from your GitHub account"
) )
|> redirect(to: "/") |> redirect(to: "/")