@@ -96,6 +96,6 @@ |
||
96 | 96 | */ |
97 | 97 | private function auth_url(string $path): string |
98 | 98 | { |
99 | - return $this->_auth_domain . '/' . ltrim($path, '/'); |
|
99 | + return $this->_auth_domain.'/'.ltrim($path, '/'); |
|
100 | 100 | } |
101 | 101 | } |