Skip to content

Commit f738e16

Browse files
committed
remove padding option
1 parent 96ed931 commit f738e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tama_ex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule TamaEx do
3636
) do
3737
scopes = Keyword.get(options, :scopes) || ["provision.all"]
3838

39-
token = Base.url_encode64("#{client_id}:#{client_secret}", padding: false)
39+
token = Base.url_encode64("#{client_id}:#{client_secret}")
4040

4141
body = %{
4242
"grant_type" => "client_credentials",

0 commit comments

Comments
 (0)