1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/oauth] Clean up TODOs

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-24 17:14:30 -04:00
parent de17d5bdcc
commit 27ba57747a
6 changed files with 8 additions and 12 deletions

View File

@@ -200,7 +200,6 @@ class ucp_login_link
protected function perform_redirect()
{
// TODO: Make redirect to same page as login would have
redirect('index.php');
}
}