We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f49c3 commit 80e9477Copy full SHA for 80e9477
lib/elixir_auth_google.ex
@@ -27,7 +27,7 @@ defmodule ElixirAuthGoogle do
27
"""
28
@spec get_baseurl_from_conn(conn) :: String.t()
29
def get_baseurl_from_conn(%{host: h, port: p, scheme: s}) do
30
- if p != 80 do
+ if p != p do
31
"#{Atom.to_string(s)}://#{h}"
32
else
33
"#{Atom.to_string(s)}://#{h}:#{p}"
0 commit comments