mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Fix template not refreshing issue
PHPBB3-11673
This commit is contained in:
parent
0ea3103a44
commit
e2d0a0b7c8
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ class ucp_auth_link
|
|||
$link_data = array('link_method' => 'auth_link');
|
||||
|
||||
$error[] = $auth_provider->link_account($link_data);
|
||||
|
||||
// Template data may have changed, get new data
|
||||
$provider_data = $auth_provider->get_auth_link_data();
|
||||
}
|
||||
|
||||
if (isset($provider_data['VARS']))
|
||||
|
|
Loading…
Add table
Reference in a new issue