implemented social identities management page + pw editing page. probably need to fix backend
This commit is contained in:
@@ -24,6 +24,11 @@ class GitHubProvider extends OAuth2Provider
|
||||
],
|
||||
];
|
||||
|
||||
protected function providerName()
|
||||
{
|
||||
return 'github';
|
||||
}
|
||||
|
||||
protected function getAuthorizeUrl()
|
||||
{
|
||||
return $this->authorizeUrl;
|
||||
|
||||
Reference in New Issue
Block a user