@@ -16,7 +16,7 @@ class Data extends Base
if ($this->user) {
//return $this->location('home');
} else {
- //return $this->location('auth');
+ return $this->location('auth');
}