Skip to content

Commit

Permalink
Fix trailing whitespace in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Mar 16, 2024
1 parent f21dab8 commit 76c1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ get("/session/authorization-uri", SessionController, :authorization_uri)
def authorization_uri(conn, _params) do
google_config = Application.fetch_env!(:my_app, :google_oidc_config)
{:ok, uri} = OpenIDConnect.authorization_uri(google_config)

json(conn, %{uri: uri})
end

Expand Down

0 comments on commit 76c1a1c

Please sign in to comment.