mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/oauth] Fix template not refreshing issue
PHPBB3-11673
This commit is contained in:
@@ -81,6 +81,9 @@ class ucp_auth_link
|
|||||||
$link_data = array('link_method' => 'auth_link');
|
$link_data = array('link_method' => 'auth_link');
|
||||||
|
|
||||||
$error[] = $auth_provider->link_account($link_data);
|
$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']))
|
if (isset($provider_data['VARS']))
|
||||||
|
Reference in New Issue
Block a user