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