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

View file

@ -20,7 +20,7 @@ defmodule LiveBeatsWeb.OAuthCallbackController do
conn
|> put_flash(
: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: "/")