mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 08:12:17 +02:00
[feature/oauth] Fix template not refreshing issue
PHPBB3-11673
This commit is contained in:
parent
0ea3103a44
commit
e2d0a0b7c8
@ -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…
x
Reference in New Issue
Block a user