mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] No need for this line
PHPBB3-11673
This commit is contained in:
parent
7bd4c88ec5
commit
abebe83edb
1 changed files with 0 additions and 3 deletions
|
@ -487,9 +487,6 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->link_account_perform_link($data);
|
$this->link_account_perform_link($data);
|
||||||
|
|
||||||
// Update token storage to store the user_id
|
|
||||||
$storage->set_user_id($link_data['user_id']);
|
|
||||||
} else {
|
} else {
|
||||||
$url = $service->getAuthorizationUri();
|
$url = $service->getAuthorizationUri();
|
||||||
header('Location: ' . $url);
|
header('Location: ' . $url);
|
||||||
|
|
Loading…
Add table
Reference in a new issue