Skip to content

Commit 80e9477

Browse files
authored
Update elixir_auth_google.ex
it mighty work now.
1 parent 05f49c3 commit 80e9477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_auth_google.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule ElixirAuthGoogle do
2727
"""
2828
@spec get_baseurl_from_conn(conn) :: String.t()
2929
def get_baseurl_from_conn(%{host: h, port: p, scheme: s}) do
30-
if p != 80 do
30+
if p != p do
3131
"#{Atom.to_string(s)}://#{h}"
3232
else
3333
"#{Atom.to_string(s)}://#{h}:#{p}"

0 commit comments

Comments
 (0)