mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Fix minor typo in oauth_callback_controller.ex
This commit is contained in:
parent
712204ca17
commit
e298d8dd37
1 changed files with 1 additions and 1 deletions
|
@ -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: "/")
|
||||
|
||||
|
|
Loading…
Reference in a new issue