Skip to content

Commit 891cd0f

Browse files
committed
Correct authorize URL. Closes #143
1 parent 72de0fe commit 891cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getAuthorizeUrl($options = [])
5353
'state' => isset($options['state']) ? $options['state'] : null,
5454
];
5555

56-
return Request::ACCOUNT_URL . '/authorize/?' . http_build_query($parameters);
56+
return Request::ACCOUNT_URL . '/authorize?' . http_build_query($parameters);
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)