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