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:
@@ -21,13 +21,6 @@
|
||||
templateUrl: 'userinfo.html'
|
||||
};
|
||||
|
||||
/**
|
||||
* 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