We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad66cc8 commit c1c2841Copy full SHA for c1c2841
1 file changed
src/Client.php
@@ -87,6 +87,8 @@ public function getOauth2Info(): array
87
$baseUrl = \substr($info['oauth2'], 0, -\strlen('/oauth2/authorize'));
88
}
89
90
+ $baseUrl = \rtrim($baseUrl, '/');
91
+
92
return [
93
'urlAuthorize' => $baseUrl . '/oauth2/authorize',
94
'urlAccessToken' => $baseUrl . '/oauth2/token',
0 commit comments