Skip to content

Commit

Permalink
Very minor typo (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Mar 20, 2024
1 parent b7e6753 commit ebfa66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plug/basic_auth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Plug.BasicAuth do
plug :auth
defp auth(conn, opts) do
defp auth(conn, _opts) do
username = System.fetch_env!("AUTH_USERNAME")
password = System.fetch_env!("AUTH_PASSWORD")
Plug.BasicAuth.basic_auth(conn, username: username, password: password)
Expand Down

0 comments on commit ebfa66e

Please sign in to comment.