1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/oauth] Implement unlinking in OAuth

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-14 16:32:55 -04:00
parent a2237ea8a7
commit 9cd80345ad
2 changed files with 28 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ class ucp_auth_link
{
$error[] = $auth_provider->unlink_account($link_data);
}
// Template data may have changed, get new data
$provider_data = $auth_provider->get_auth_link_data();
}
}