mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 11:16:53 +02:00
fix(torrents): reomve redundant login check code
This commit is contained in:
@@ -19,13 +19,6 @@
|
||||
|
||||
vm.searchTags = [];
|
||||
|
||||
/**
|
||||
* If user is not signed in then redirect back home
|
||||
*/
|
||||
if (!Authentication.user) {
|
||||
$state.go('authentication.signin');
|
||||
}
|
||||
|
||||
/**
|
||||
* buildPager
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user