Skip to content

Commit

Permalink
fixed (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Lebedev <[email protected]>
  • Loading branch information
lebedevsergey and Lebedev authored Apr 21, 2020
1 parent 8e3484a commit f92ce92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Provider extends AbstractProvider implements ProviderInterface
protected function getAuthUrl($state)
{
return $this->buildAuthUrlFromBase(
'http://connect.ok.ru/oauth/authorize', $state
'https://connect.ok.ru/oauth/authorize', $state
);
}

Expand Down

0 comments on commit f92ce92

Please sign in to comment.